Short:        Usefull File Search, Copy, Move & Delete
Author:       paulb@sneech.demon.co.uk (Paul Burkey)
Uploader:     paulb sneech demon co uk (Paul Burkey)
Type:         util/cli
Architecture: m68k-amigaos

Examples
-=-=-=-=-

CowCopy -d -x20 dh1:files/ dh1:found/ (1/1)

This would move all files from dh1:files/ that contained '(1/1)' in the
first 20 lines into dh1:found/

CowCopy -d cash.txt

This would delete all files in the current directury that contain the
word 'cash.txt'

Usage
-=-=-

CowCopy [<-commands>] [<Source>] [<Destination>] <String>

Commands  -d      Delete original.
          -D      Delete original (No questions asked!)
          -c      Case sensitive.
          -x<num> Only search <num> lines.
