mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 23:35:27 +02:00
Merge pull request #187 from akoenig/ls
Added example which displays the size in a human readable format.
This commit is contained in:
commit
e60946fcaa
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
|
||||
`ls -ls`
|
||||
|
||||
- List all files and display the file size in a human readable format
|
||||
|
||||
`ls -lh`
|
||||
|
||||
- List all files with a prefix/suffix
|
||||
|
||||
`ls {{prefix}}*`
|
||||
|
|
Loading…
Add table
Reference in a new issue