List things
Some of the options for listing things.
Command | |
---|---|
ls -F | Display directorys with a trailing / - an asterisk after each executable, etc |
ls -l | List in long format |
ls -lh | Long list with human readible sizes |
ls -t | Sort by time modified |
ls -S | Sort by size |
ls -r | Reverse the order of sorting |
ls -R | Recursively list subdirectories encountered |