grep
This commit is contained in:
parent
c3d611c6bd
commit
49433d21e5
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
# grep
|
||||
|
||||
# grep from current directory with regex
|
||||
#| grep
|
||||
#= g
|
||||
a__grep() {
|
||||
rwx_grep() {
|
||||
grep \
|
||||
--directories "recurse" \
|
||||
--line-number \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue