updated functions.sh

pull/2/head
Hari Sekhon 5 years ago
parent 3be1839d93
commit ccb88c20c2

@ -233,6 +233,10 @@ dgrep(){
grep -iR "$pattern" $(find ~/docs "$docs" -type f -maxdepth 1 2>/dev/null | grep -v '/\.')
}
diffl(){
diff "$@" | less
}
foreachfile(){
# not passing function f()
# shellcheck disable=SC2033

Loading…
Cancel
Save