This little script needs a lot of help But it will recurse down through the current directory and create a listing of files, their folders, sizes, and modification dates and times. it was written to run on Windows under Cygwin.
#!/bin/sh
# v1 jcz 30-dec-2009
# This script will search for files of a certain type and create…