Skip to content

Instantly share code, notes, and snippets.

@smbrown
Created May 13, 2009 19:50
Show Gist options
  • Select an option

  • Save smbrown/111251 to your computer and use it in GitHub Desktop.

Select an option

Save smbrown/111251 to your computer and use it in GitHub Desktop.
find dot files
# find all dot files, but omit the pesky OS X .DS_Store files
find . -name ".*" -type f ! -name ".DS_Store"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment