dotfiles/.local/bin/scripts/delbig

4 lines
83 B
Plaintext
Raw Normal View History

2022-01-31 10:16:04 +00:00
#!/bin/sh
# Find and remove sizeable files
2022-06-27 09:24:06 +00:00
find -size +${1:-50}M -exec rm -vi {} +