/ Published in: Bash
1st shows only files and directories bigger than 1 Megabyte 2nd shows only files and directories bigger than 100 Megabyte
Expand |
Embed | Plain Text
du -h |grep -E '^.{1,3}[MG].*\.\/' du -h |grep -E '^[^,]{2}[M].*\.\/'
You need to login to post a comment.
