Skip to content

Instantly share code, notes, and snippets.

@jikkujose
Created November 25, 2013 06:22
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 jikkujose/7637118 to your computer and use it in GitHub Desktop.
Save jikkujose/7637118 to your computer and use it in GitHub Desktop.
Hide files or folders in OSX
chflags hidden /path/to/file-or-folder
chflags nohidden /path/to/file-or-folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment