Skip to content

Instantly share code, notes, and snippets.

@ozh
Created August 23, 2012 06:38
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 ozh/3433483 to your computer and use it in GitHub Desktop.
Save ozh/3433483 to your computer and use it in GitHub Desktop.
Find web directories ("name dot extension") in home dir (Dreamhost hosting style)
find ~/ -maxdepth 1 -type d \( -name "*.*" ! -name ".*" \)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment