You are currently browsing the post archives for December 2009.

Search lister

Posted on December 30, 2009 at 12:56 pm in

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…

Search lister - continue reading

Comment on Search lister


Linux/UNIX/Cygwin find command

Posted on December 30, 2009 at 11:16 am in

This is another one of those notes to myself because I look this stuff up every six months.
Basics of find. The following is a complete rip off of the content at: http://content.hccfl.edu/pollock/unix/findcmd.htm
But I wanted to keep a copy safe here. Thanks Wayne Pollock on 12/30/2009 10:27:30.
FIND

The -print action lists the names of files separated by…

Linux/UNIX/Cygwin find command - continue reading

Comment on Linux/UNIX/Cygwin find command


Top