Most viewed posts
Search
Reply to comment
Linux Command: ls
| See the examples |
ls [options] [names]
-a, --all -I, --ignore pattern -u, --time=atime, --time=access, --time=use |
Examples: |
ls -lrt List files by date ls /usr/bin | pr -T9 -W$COLUMNS Print in 9 columns to width of terminal ls -lSr Show files by size, biggest last
|