grep
This commit is contained in:
parent
04a86e40ed
commit
441c42896b
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
# grep from current directory with regex
|
# grep from current directory with regex
|
||||||
g() {
|
g() { sh_a__grep "${@}"; }
|
||||||
|
sh_a__grep() {
|
||||||
grep \
|
grep \
|
||||||
--directories "recurse" \
|
--directories "recurse" \
|
||||||
--line-number \
|
--line-number \
|
||||||
|
|
Loading…
Reference in a new issue