dotfiles/.local/bin/scripts/delbig

4 lines
82 B
Plaintext
Raw Normal View History

2022-01-31 10:16:04 +00:00
#!/bin/sh
# Find and remove sizeable files
find -size +5M -print -exec rm -I {} +