mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Add ls.
This commit is contained in:
parent
935b048de1
commit
f4ff960ed3
1 changed files with 15 additions and 0 deletions
15
osx/ls.md
Normal file
15
osx/ls.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue