sa
This commit is contained in:
parent
bbcbcf28a2
commit
46704e9e37
29 changed files with 265 additions and 265 deletions
|
@ -1,6 +1,6 @@
|
|||
# grep from current directory with regex
|
||||
g() { sh_a__grep "${@}"; }
|
||||
sh_a__grep() {
|
||||
g() { sa__grep "${@}"; }
|
||||
sa__grep() {
|
||||
grep \
|
||||
--directories "recurse" \
|
||||
--line-number \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue