Skip to content

Instantly share code, notes, and snippets.

@nestoru
Created May 2, 2014 12:56
Show Gist options
  • Save nestoru/74d6c2a34329e3497355 to your computer and use it in GitHub Desktop.
Save nestoru/74d6c2a34329e3497355 to your computer and use it in GitHub Desktop.
List all hidden files in a directory
ls -a ~/ | grep "^\..*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment