1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 20:37:58 +01:00
tldr/osx/ls.md

16 lines
161 B
Markdown
Raw Normal View History

2014-01-28 10:27:02 +01:00
# 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`