Skip to content

Instantly share code, notes, and snippets.

@samyranavela
Created December 31, 2014 23:45
Show Gist options
  • Save samyranavela/733a57ec51212ce44333 to your computer and use it in GitHub Desktop.
Save samyranavela/733a57ec51212ce44333 to your computer and use it in GitHub Desktop.
Shortcut to find files with ease.
#!/bin/sh
# http://www.commandlinefu.com/commands/view/13949/shortcut-to-find-files-with-ease.
findame(){ find . -iname "*$1*"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment