Monday, May 25, 2009

Command to list all directories greater than 1 GB

This command will list all the directories greater than 1GB

# du -h ./ | grep ^[0-9.]*G

3 comments: