Skip to content

Instantly share code, notes, and snippets.

@lirenlin
Created March 8, 2013 09:40
Show Gist options
  • Save lirenlin/5115332 to your computer and use it in GitHub Desktop.
Save lirenlin/5115332 to your computer and use it in GitHub Desktop.
find Makefile recursively and print the path
find . -type f -iname "makefile" -exec basename '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment