home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / fileutil / filemind.lha / filespec.hlp < prev    next >
Encoding:
Text File  |  1992-02-21  |  1.5 KB  |  28 lines

  1.                            File Specification
  2.  
  3.    You may enter up to 5 file specification strings. Only files that
  4. match these strings will be displayed and operated on. The specifications
  5. may contain UNIX style wild cards. The wild cards are '*' and '?'. the
  6. '*' matches 0 or more of any character. The '?' matches exactly one of
  7. any character. You may also preceed any specification with a '!' to
  8. indicate that only files that do NOT match that specification be included.
  9. the specifications are entered all on one line separated by blanks. If
  10. you need to include a blank in a specification, enclose it in double quotes
  11. ("). Examples:
  12.  
  13.     *.c         Matches all files ending in .c
  14.     !*.obj      Matches all files that are not object files
  15.     ???         Matches all files whose names have only 3 characters
  16.     "* *"       Matches any file that has a blank in is name
  17.  
  18.    When you have entered your specifications, click the OK gadget. If you
  19. do not want to change the current specification click CANCEL. You may
  20. also choose a specification from the history list by clicking on it. any
  21. new specifications you enter are saved in the history list until the list
  22. contains 10 items. Then the least recently used used item will be deleted
  23. to make room. You can make a frequently used item permanent in the history
  24. list by clicking the STICKY gadget when the history cursor is on it. An
  25. at sign (@) appears in front of any item that has been stuck. To release
  26. a stuck item, click the STICKY gadget again.
  27.  
  28.