home *** CD-ROM | disk | FTP | other *** search
- GFind
- ~~~~~
- Purpose: Search discs
-
- Setup:
- Icon Action/Meaning Default
- ---- -------------- -------
- Name Pattern to match in filename. nil
- (Optional, but only one allowed).
- Dirs Starting directories. nil
- (Mandatory; typed or dragged).
- Directories only Only match directories. off
- Files only Only match files. off
- Verbose Show full file information. off
- Throwback Throwback results to an editor. off
-
- Patterns Patterns to be searched for nil
- Files Name(s) of file(s) to do the nil
- searching in
- (typed or dragged)
- Line count only print only a count of the number off
- of lines matching from each file
- Filenames only list only the names of files off
- matching patterns
- Case insensitive ignore the case of letters when off
- making comparisons
- Verbose list the name of each file off
- before searching it for matches
- Throwback produce throwback to the editor for on
- each matching line
- FileType Match only files of given type. nil
- (Number or string, eg. fff or Text).
- Modified Find files modified within the given
- period (a number of days). nil
- (Use +n for files older than n days,
- or -n for files newer than n days).
- Pattern Wildcards (same as unix shell wildcards):
- * matches zero or more characters
- ? matches any single character
- [abc] matches any one of a, b or c; within a CLASS only $ @ # \ and |
- retain their special meanings and c1-c2 matches any single char
- between c1 and c2 (inclusive) in ASCII order
-
- any other single character matches that character
-
- Menu:
- Entry Action/Meaning Default
- ----- -------------- -------
- Execute cmd => execute the given command for every
- file found. nil
- (The string {} will be replaced by
- the filename found. The command MUST
- end with a ; character by itself.)
- Command line => any other options can be entered. auto
- (See the manual for full details.)
-