Skip to content

Instantly share code, notes, and snippets.

@ralavay
Last active August 31, 2015 07:20
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 ralavay/c0da02713ed4515fff3e to your computer and use it in GitHub Desktop.
Save ralavay/c0da02713ed4515fff3e to your computer and use it in GitHub Desktop.
ls useful stuff
  1. List only dirs
ls -ld */.
  1. List only files
ls -p | grep -v /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment