February 18, 2008
Top Space Users In A Filesystem
# A fast way to find a file du -a | grep -i
# Top 10 space users in a filesystem du -a | sort -n | tail -10
Filed under Tips by on Feb 18th, 2008.
# A fast way to find a file du -a | grep -i
# Top 10 space users in a filesystem du -a | sort -n | tail -10
Filed under Tips by on Feb 18th, 2008.