Skip to content

Instantly share code, notes, and snippets.

@breezhang
Created May 29, 2014 01:18
Show Gist options
  • Save breezhang/a8cc4280ac316e13dca1 to your computer and use it in GitHub Desktop.
Save breezhang/a8cc4280ac316e13dca1 to your computer and use it in GitHub Desktop.
ls command directories
unix style ls cli check directories
code :
ls -la |grep d
ls -F | grep /
windows code :
dir /AD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment