To help me with some boring task I have needed some small script. Here is a debian package allowing me to install those script on any Debian/Ubuntu system. I am sure this could also be usefull to someone else.
There is two scripts at the moment:
- clean: recursive clean to temporary files in directory;
- package: archive a file or directory using a special pattern.
The current version is 1.3.
Changes since 1.2
- clean: add Windows's 'Thumbs.db' to the list of temporary files
- clean: add '.#*' to the list of temporary files
- clean: improve matching of core.* files
- clean: improve performance using a smaller number of expression
Changes since 1.1:
- package: fix issues with file/directory name containing a space (reported by Arkhyl).