1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 18:37:58 +01:00
tldr/osx/ls.md
Erwann Mest f4ff960ed3 Add ls.
2014-01-28 10:27:02 +01:00

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