This website requires JavaScript.
Explore
Help
Sign in
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
df08c84b07
dotfiles
/
.local
/
bin
/
scripts
/
delbig
4 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
bin: add delbig and extend ffmeta
2022-01-31 11:16:04 +01:00
#!/bin/sh
# Find and remove sizeable files
bin: utilities for cleaning up files
2022-06-27 11:24:06 +02:00
find -size +${1:-50}M -exec rm -vi {} +
Reference in a new issue
Copy permalink