mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 18:37:58 +01:00
161 B
161 B
ls
List directory contents
- List all files, even hidden
ls -a
- Sorting by size
ls -s
- List all files with their rights, groups, owner
ls -ls