Skip to content

Instantly share code, notes, and snippets.

@vremy
Created December 5, 2014 13:22
Show Gist options
  • Save vremy/20ead050a661a81e2d63 to your computer and use it in GitHub Desktop.
Save vremy/20ead050a661a81e2d63 to your computer and use it in GitHub Desktop.
Search recursive trough directory www/ for directories with the name .idea/ limited the search by directory depth
find www/ -maxdepth 2 -type d -name ".idea" -ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment