
Untitled
By: a guest on
May 9th, 2012 | syntax:
None | size: 0.68 KB | hits: 14 | expires: Never
How to know the Size of a File inside Linux [closed]
ls -lart
% ls -l
total 0
-rw-r--r-- 1 ugoren group 2 Jan 8 14:02 a
-rw-r--r-- 1 ugoren group 3 Jan 8 14:02 b
-rw-r--r-- 1 ugoren group 4 Jan 8 14:02 c
^
Right Here
stat -c "%n: %s" thefile
$ stat -c "%n: %s" *.css
001.css: 4832
179.css: 5853
202.css: 5689
204.css: 11101
212.css: 5857
213.css: 7692
t.css: 39
zengarden-sample.css: 4030
ls -lh filename
-rw-r--r-- 1 ashiaka ashiaka 3.5K 2011-11-25 17:03 setup.py
^
size in KB
ls -lh