Skip to content

Instantly share code, notes, and snippets.

@yenliangl
Created September 29, 2012 09:11
Show Gist options
  • Save yenliangl/3803531 to your computer and use it in GitHub Desktop.
Save yenliangl/3803531 to your computer and use it in GitHub Desktop.
Make file invisible/visible in MacOSX Finder
# invisible
setfile -a V afile.txt
# visible
setfile -a v afile.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment