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
a99fee5553
dotfiles
/
.local
/
bin
/
scripts
/
delbig
4 lines
83 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
# Find and remove sizeable files
find -size +
${
1
:-
50
}
M -exec rm -vi
{
}
+
Reference in New Issue
View Git Blame
Copy Permalink