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 from current directory with regex
|
||||||
|
#| grep
|
||||||
#= g
|
#= g
|
||||||
a__grep() {
|
rwx_grep() {
|
||||||
grep \
|
grep \
|
||||||
--directories "recurse" \
|
--directories "recurse" \
|
||||||
--line-number \
|
--line-number \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue