home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / diskmanager / gfind_1 / !GFind / !Help next >
Text File  |  1995-05-21  |  3KB  |  56 lines

  1.    GFind
  2.    ~~~~~
  3.    Purpose:  Search discs
  4.  
  5.    Setup:
  6.       Icon                    Action/Meaning                       Default
  7.       ----                    --------------                       -------
  8.       Name                    Pattern to match in filename.          nil
  9.                               (Optional, but only one allowed).
  10.       Dirs                    Starting directories.                  nil
  11.                               (Mandatory; typed or dragged).
  12.       Directories only        Only match directories.                off
  13.       Files only              Only match files.                      off
  14.       Verbose                 Show full file information.            off
  15.       Throwback               Throwback results to an editor.        off
  16.       
  17.       Patterns                Patterns to be searched for            nil 
  18.       Files                   Name(s) of file(s) to do the           nil
  19.                               searching in
  20.                               (typed or dragged)
  21.       Line count only         print only a count of the number       off
  22.                               of lines matching from each file
  23.       Filenames only          list only the names of files           off
  24.                               matching patterns
  25.       Case insensitive        ignore the case of letters when        off
  26.                               making comparisons
  27.       Verbose                 list the name of each file             off
  28.                               before searching it for matches
  29.       Throwback               produce throwback to the editor for    on
  30.                               each matching line
  31.       FileType                Match only files of given type.        nil
  32.                               (Number or string, eg. fff or Text).
  33.       Modified                Find files modified within the given
  34.                               period (a number of days).             nil
  35.                               (Use +n for files older than n days,
  36.                               or -n for files newer than n days).
  37.       Pattern Wildcards (same as unix shell wildcards):
  38.       *   matches zero or more characters
  39.       ?   matches any single character
  40.       [abc] matches any one of a, b or c; within a CLASS only $ @ # \ and |
  41.           retain their special meanings and c1-c2 matches any single char
  42.           between c1 and c2 (inclusive) in ASCII order
  43.  
  44.           any other single character matches that character
  45.       
  46.    Menu:
  47.       Entry                   Action/Meaning                       Default
  48.       -----                   --------------                       -------
  49.       Execute cmd   =>        execute the given command for every
  50.                               file found.                            nil
  51.                               (The string {} will be replaced by
  52.                               the filename found. The command MUST
  53.                               end with a ; character by itself.)
  54.       Command line  =>        any other options can be entered.      auto
  55.                               (See the manual for full details.)
  56.