Finding Files
Here is my latest program. (Heh.) It is a Perl script to find the most recent files in a directory tree. It’s pretty simple, but I find myself doing this hunt every now and then, and neither ls nor find can quite manage it.
Here is a program to find the owners of all files in a given directory tree. It prints all the user/group combinations that it finds.