Skip to content

Instantly share code, notes, and snippets.

@kdabir
Created March 14, 2014 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdabir/9542297 to your computer and use it in GitHub Desktop.
Save kdabir/9542297 to your computer and use it in GitHub Desktop.
for f in $(find . -type d -maxdepth 3 -name bin); do; echo $f;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment