# Functions # # (f)ind by (n)ame # usage: fn foo # to find all files containing 'foo' in the name function fn() { ls **/*$1* } if [ -e $HOME/bin/functions.sh ] then . $HOME/bin/functions.sh fi