Skip to content

Instantly share code, notes, and snippets.

@EpeeCheeze
Created October 19, 2011 17:56
Show Gist options
  • Save EpeeCheeze/1299115 to your computer and use it in GitHub Desktop.
Save EpeeCheeze/1299115 to your computer and use it in GitHub Desktop.
One Liner to get list of filenames
ls -l | grep ^- | awk '{print $8}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment