Skip to content

Instantly share code, notes, and snippets.

@seenimohamed
Created January 3, 2018 09:46
Show Gist options
  • Save seenimohamed/6011825da1221e63059b6014d6e16adb to your computer and use it in GitHub Desktop.
Save seenimohamed/6011825da1221e63059b6014d6e16adb to your computer and use it in GitHub Desktop.
List of important options in ls command
ls <options>
-l -> detailed view
S -> sort in decending order
r -> reverse
ls -lS -> decending order
ls -lSr -> ascending order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment