
Cleaner script
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
I know this isn't really eyecandy, but I have found it very useful in eliminating junk files, like temporary backup text files (have '~' at the end, are hidden), or if you've just moved from windows, all those Thumbs.db and Desktop.ini files! It will scan your home directory recursively for these files, list them, and ask you to remove them, (yes or no).
rpgmaker
13 years ago
Report
idn
13 years ago
Report
themer
13 years ago
I really like it!, if I do say so myself :)
Report
themer
13 years ago
I just want everyone to have a reasonably decent tool for removing these junk files! :)
Report
Chrispy
13 years ago
Perhaps I'll give it a UI and integrate it to my *nix-style?
I'll see. ;)
Report
Chrispy
13 years ago
Quote:
find ... > filelist
----
for file in $(cat filelist); do rm -f $file; done
rm -f filelist
Just a Suggestion.
Report
themer
13 years ago
Report
Chrispy
13 years ago
http://www.nanolx.org/free/cleaner.sh
Report