1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Added example which displays the size in a human readable format.

This commit is contained in:
André König 2014-04-16 20:24:01 +02:00
parent c92c84e2df
commit f62e295682

View file

@ -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}}*`