(Scripts)+repo_find and rgrep

This commit is contained in:
2024-05-31 16:04:30 +01:00
parent 0c6adbaabc
commit 0bd2bcb172
2 changed files with 6 additions and 0 deletions

View 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
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
find -type 'f' -name $1 -exec grep --color=always -inH $2 "{}" ";"