This commit is contained in:
Marc Beninca 2025-07-27 20:35:56 +02:00
parent 49433d21e5
commit 7c12c8845b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,12 +0,0 @@
# grep
# grep from current directory with regex
#| grep
#= g
rwx_grep() {
grep \
--directories "recurse" \
--line-number \
--regexp \
"${@}"
}