Linux查看文件夹大小

杨立峰 2011-05-06

du-sh查看当前文件夹大小

du-sh*|sort-n统计当前文件夹(目录)大小,并按文件大小排序

附送:

du-skfilename查看指定文件大小

Linux:ls以K、M、G为单位查看文件大小

Linux:ls以K、M、G为单位查看文件大小。

#manls

……

-h,--human-readable

printsizesinhumanreadableformat(e.g.,1K234M2G)

……

#ls

cuss.warnohup.out

#ls-l

total30372

-rw-r--r--1rootroot31051909May2410:07cuss.war

-rw-------1rootroot0Mar2013:52nohup.out

#ls-lh

total30M

-rw-r--r--1rootroot30MMay2410:07cuss.war

-rw-------1rootroot0Mar2013:52nohup.out

#ll-h

total30M

-rw-r--r--1rootroot30MMay2410:07cuss.war

-rw-------1rootroot0Mar2013:52nohup.out

[root@localhostrice_f2]#ls-lhs

总计28G

15G-rw-r--r--1rootroot15G06-0414:35all.txt

8.0K-rwx--x--x1rootroot63206-0415:57hash.pl

371M-rw-r--r--1rootroot371M06-0318:061.fa

360M-rw-r--r--1rootroot359M06-0318:072.fna

8.0Kdrwxr-xr-x2rootroot4.0K06-0319:13lane

24Kdrwxr-xr-x2rootroot20K06-0415:03111

3.1G-rw-r--r--1rootroot3.1G06-0415:32sample1.txt

2.4G-rw-r--r--1rootroot2.4G06-0415:53sample2.txt

1.4G-rw-r--r--1rootroot1.4G06-0416:11sample3.txt

1.3G-rw-r--r--1rootroot1.3G06-0416:11sample4.txt

4.2G-rw-r--r--1rootroot4.2G06-0414:5122222.txt

相关推荐