Skip to content

Instantly share code, notes, and snippets.

@dstywho
Created February 24, 2013 03:47
Show Gist options
  • Save dstywho/5022486 to your computer and use it in GitHub Desktop.
Save dstywho/5022486 to your computer and use it in GitHub Desktop.
function gfind(){ find . -name "*${1}*" }
function ffind(){
glob="*$( echo "$1" | sed "s/./&*/g" )"
echo "$glob"
find . -name "$glob"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment