home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / applicat / 6574 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.2 KB  |  42 lines

  1. Newsgroups: comp.sys.amiga.applications
  2. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!zrz.tu-berlin.de!math.fu-berlin.de!pbinfo2!caro
  3. From: caro@uni-paderborn.de (Carsten Rose)
  4. Subject: Re: Find File utility for the Amiga
  5. Message-ID: <1992Aug13.094901.18819@uni-paderborn.de>
  6. Sender: news@uni-paderborn.de (News Uni-Paderborn)
  7. Nntp-Posting-Host: obelix
  8. Organization: Uni-GH Paderborn
  9. X-Newsreader: Tin 1.1 PL4
  10. References: <62957@cup.portal.com>
  11. Date: Thu, 13 Aug 1992 09:49:01 GMT
  12. Lines: 28
  13.  
  14. HeroSoftware@cup.portal.com (Bits of Magic) writes:
  15. : I need a "find file" utility for the Amiga.  Can anyone recommend one?
  16. : Or, if there's a good way to do it with Amiga DOS, thus rendering an
  17. Yes,
  18.    For example you look for the file 'startup-seuqence' on your system-partition:
  19.  
  20.        'search sys: startup-seuqence file all'
  21.  
  22. Keyword 'file' is needed to look for files not for contents.
  23. Keyword 'all' is needed to search recursively.
  24.  
  25.  
  26. The 'search' command is given since WB1.3.
  27.  
  28. : application unnecessary, then that would be great too.
  29. : Thanks,
  30. : Ken Zarifes
  31. : <HeroSoftware@cup.portal.com>
  32.  
  33.  
  34. Ciao
  35.     Carsten
  36.  
  37. Carsten Rose, Germany        | Life. That's what happens while
  38. EMail : caro@uni-paderborn.de    | you're thinking about the future
  39.  
  40.