Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 714 Bytes

README.rst

File metadata and controls

27 lines (17 loc) · 714 Bytes

Portable Python Utilities.

Author: Oleg Broytman <phd@phdru.name>.

Copyright (C) 2017-2024 PhiloSoft Design.

License: GPL.

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 and directories.

which.py - find a program in PATH and print full path to it.

pip install ppu