See also entry in DESCRIPTION file
Usage: srch [options] string
this script searches recursive all directories for filenames which
contain the given string.
options: -h => this help screen
-l => long output
-c => case sensitive
-s => sort output by date
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl
################################################################################
# history:
#
# 19991006 Fixed -l option.
#
################################################################################
|