SHARE
TWEET
Untitled
a guest
Mar 17th, 2012
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- space () {
- P="tee"
- if [ $1 ]; then P="head -n ${1}"; fi
- du -a -S --block-size m | sort -nr | $P | while read SIZE NAME; do echo $SIZE `ls -aFhd --color=always "${NAME}"`; done
- }
RAW Paste Data

