Skip to content

phdru/ppu

Repository files navigation

Portable Python Utilities.

Author: Oleg Broytman <[email protected]>.

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