alias/grep

This commit is contained in:
Marc Beninca 2025-07-06 19:20:15 +02:00
parent bec9d22e6e
commit fb0513c45f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,5 +1,5 @@
# grep from current directory with regex
g() { a__grep "${@}"; }
#= g
a__grep() {
grep \
--directories "recurse" \