waldyrious/alt-syntax
Erwann Mest 2014-01-28 10:27:02 +01:00
parent 935b048de1
commit f4ff960ed3
1 changed files with 15 additions and 0 deletions

15
osx/ls.md Normal file
View 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`