diff --git a/bashrc.cust b/bashrc.cust index 3c073f4..c3953c9 100644 --- a/bashrc.cust +++ b/bashrc.cust @@ -36,6 +36,10 @@ function cust-error { exit 1 } +function findstring { + find . -type f -exec grep --color=auto -i "$@" "{}" + +} + function getalias { alias "$1" |cut -d "=" -f 2- |sed "s/.//; s/.$//" } \ No newline at end of file