Author: Oleg Broytman <phd@phdru.name>
License: GPL
-Remove old files. It's a portable replacement for
+cmp.py - compare two files.
+
+remove-old-files.py - remove old files. It's a portable replacement for
`find start_dir -type f -mtime +31 -delete`.
+rm.py - remove files.
+
Home Page: http://phdru.name/Software/Python/ppu/
Documentation: http://phdru.name/Software/Python/ppu/docs/
Git repo: http://git.phdru.name/ppu.git/
-Add cmp.py and rm.py.
+PyPI.
Add which.py.
Rename remove-old-files.py to find.py. Make options more GNU find-like.
-PyPI.
+Add option -s for cmp.py.
+
+
+Add option -r for rm.py.
Extend find.py: add options to find files by name, extension, path.