sexta-feira, 18 de janeiro de 2013

du                                                 

# du -sch /var
6,6G    /var
6,6G    total

# du -sh

# du -hc /home/ |  sort -n  | grep "[0-9]M" | tail -n20

# du -h /home/ |  sort -n  | grep "[0-9]G"

# du -h /home/ |  sort -n   | egrep "[0-9]+G.* | [5-9][0-9][0-9]M.*"
1.1G    /home/computing_smb/ewb1/BackupEWB/2 Several/4 Softs/3 Toolz
1.1G    /home/computing_smb/Raul - asp.net
1.1G    /home/english_smb/_ewb_/02 Intechange -  audios
1.2G    /home/lixeira_smb/.recycle/ewb/+ Linux books - 
4.4G    /home/english_smb/z_Tako - videos/Buda - Nature
5.8G    /home/english_smb/iso - xp + win 7 + debian
6.4G    /home/english_smb/z_Tako - videos
9.9G    /home/computing_smb/ewb1/BackupEWB/2 Several
11G     /home/english_smb/z mp3/z_Temp
11G     /home/lixeira_smb/.recycle/ewb/+ Linux books - versions
17G     /home/english_smb/z mp3
25G     /home/computing_smb/VirtualBox VMs


# du -sh /home/ | grep M |  sort -rn 

# du /home/backups -h |  sort -rn 

# du -sh /home/ | sort -rn
33G   /home/webftp/filestore/

# du -hc /home/webftp/filestore/ *.pdf | sort -n  | grep "[0-9]M" | tail

# du -hc /home/webftp/filestore/*.pdf | sort -n  | grep "[0-9]M" | tail -n15

# du -hc /home/*.jpg | sort -n   | grep "[0-9]K" 

# du -hc /home/*.jpg | sort -rn 

# du -h | sort -n

# du -h | less  

# du -h | sort -n | less   

# du -sb * | sort -nr | head|awk '{print $2}' | xargs du -sh
   
# du -hs *|grep M |sort -n
5.3M    sarg-2.2.6
37M     bind-9.7.0rc1
74M     backup
77M     squid-3.0.STABLE20
115M    downloads

_____________________________________________________________________


# fdisk -l | grep -iE 'mb|gb|tb'


WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.

Disk /dev/sda: 2000.4 GB, 2000398934016 bytes



------------------------------------------------------------------------------------------------------------------------
===[ Sharing Knowledge ]===   -  Obrigado - Thank you - Danke - Merci - Grazie - Gracias - arigatou gozaimasu
“We make a living by what we get, but we make a life by what we give.”  - Give and you will receive - just share :)
------------------------------------------------------------------------------------------------------------------------


Nenhum comentário:

Postar um comentário