Created
December 5, 2014 13:22
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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