Nautilus script to remove files ended with a given suffix.
You need to install Zenity to run this script.
Copyright (C) 2011 Germán A. Racca - [email protected]
License: GPLv3+
$ make install
$ make uninstall
Copy this script to Nautilus scripts directory:
$ cp remove-files-with-suffix ~/.gnome2/nautilus-scripts/
Make it executable:
$ chmod +x ~/.gnome2/nautilus-scripts/remove-files-with-suffix
To remove it:
$ rm -f ~/.gnome2/nautilus-scripts/remove-files-with-suffix
Open Nautilus in a given folder, right click somewhere in that folder, go to Scripts menu and select remove-files-with-suffix.
Have fun!