Monday, July 16, 2012

how to use grep to filter directories with large data

$ du -sh | grep -e "^[0-9.]*\(G\|M\)"

0 comments:

Post a Comment