This commit is contained in:
Marc Beninca 2024-11-18 18:29:57 +01:00
parent 04a86e40ed
commit 441c42896b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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