home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / os20 / cli / ssearch / ssearch10.readme < prev   
Encoding:
Text File  |  1993-12-21  |  886 b   |  22 lines

  1. Short: a fast replacement for c:search
  2. Type: os20/cli
  3. Uploader: sticht@edith.deg.sub.org (Stefan Sticht)
  4. Author: sticht@edith.deg.sub.org (Stefan Sticht)
  5.  
  6.   ssearch does nearly the same as the AmigaDOS's search command  does,  but
  7. faster. Example: searching for "foobar" in the C=-Autodocs (plus some other
  8. Autodocs, 82 files, 1937 KBytes) requires 78 seconds  with  search  and  14
  9. seconds with ssearch on my machine (A3000/030-25).
  10.  
  11.   ssearch has two additional features compared to search:  you  can  search
  12. case sensitive, which is even faster than case  insensitive,  and  you  can
  13. switch off printing of file names. The PATTERN and FILE options from search
  14. are not implemented in ssearch, yet. The output of ssearch is  also  little
  15. bit different from search's output.
  16.  
  17. ssearch's template:
  18.  
  19. FROM/M,SEARCH/A,ALL/S,NONUM/S,QUIET/S,QUICK/S,CS=CASESENSITIVE/S,NOFILE/S
  20.  
  21. Stefan Sticht
  22.