(Scripts)+repo_find and rgrep
This commit is contained in:
3
Scripts/.local/scripts/repo_find
Executable file
3
Scripts/.local/scripts/repo_find
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
ssh git@git.aryadevchavali.com "ls /git" | grep $1
|
||||
3
Scripts/.local/scripts/rgrep
Executable file
3
Scripts/.local/scripts/rgrep
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
find -type 'f' -name $1 -exec grep --color=always -inH $2 "{}" ";"
|
||||
Reference in New Issue
Block a user