aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/cheat/space
blob: b3d11c5b9bd32843a9f4905d6447e68dec3f0c0c (plain)
1
2
# List all file who are 3 digit and follow by M like 300M
du -sh ~/Downloads/* | grep -P "^[0-9]{3}M.*"