Advertisement
Guest User

Untitled

a guest
Nov 15th, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Filesystem Size Used Avail Use% Mounted on
  2. /dev/sda1 9.4G 6.6G 2.4G 74% /
  3.  
  4. find / -type f -size +50M -exec ls -alh {} \; | awk '{print $9 ": " $5 }'
  5.  
  6. /usr/src/linux-source-3.0.0.tar.bz2: 73M
  7. /proc/kcore: 1018M
  8. /home/user/important.file: 1.9G
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement