4 lines
168 B
Text
4 lines
168 B
Text
$ ls -lh output.txt # note that short options can be combined!
|
|
# or alternatively
|
|
$ ls -l --human-readable output.txt
|
|
-rw-r--r-- 1 me me 24M Dec 14 17:15 output.txt
|