1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 23:15:28 +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:
Romain Prieto 2014-05-13 09:12:17 +10:00
commit e60946fcaa

View file

@ -14,6 +14,10 @@
`ls -ls` `ls -ls`
- List all files and display the file size in a human readable format
`ls -lh`
- List all files with a prefix/suffix - List all files with a prefix/suffix
`ls {{prefix}}*` `ls {{prefix}}*`