Skip to content

Instantly share code, notes, and snippets.

@sparkida
Created October 16, 2015 15:26
Show Gist options
  • Save sparkida/87ede0717d65fd8eb828 to your computer and use it in GitHub Desktop.
Save sparkida/87ede0717d65fd8eb828 to your computer and use it in GitHub Desktop.
search for files matching text
@sparkida
Copy link
Author

#copy and paste, then just type "search" in a new terminal
mkdir ~/scripts && cd ~/scripts && curl https://gist.githubusercontent.com/sparkida/87ede0717d65fd8eb828/raw/9a49379581de7a8e84ea1a25b35448ab179b038d/search > search && chmod +x search && sudo ln -sf `pwd`/search /usr/local/bin/search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment