home *** CD-ROM | disk | FTP | other *** search
- .name
- SSearch
- .author
- Stefan Sticht
- .type
- CLI Tool
- .short
- Fast replacement for AmigaDOS 'search'
- .description
- Does nearly the same thing as the AmigaDOS's search command but faster.
- Example: searching for "foobar" in the C= Autodocs (plus some other
- Autodocs, 82 files, 1937 KBytes) requires 73 seconds with search and
- 15 seconds with ssearch on the author's machine (A3000/030-25). SSearch
- has two additional features compared to search: you can search case
- sensitive, which is even faster than case insensitive, and you can switch
- off printing of file names.
- .version
- 1.4
- .date
- 1994.12.30
- .requirements
- Requires at least AmigaOS 2.0
- .reference
- GoldFish-Vol2-2:BBS/util/SSearch-1.3.lha
- 1.3
- GoldFish-Vol2-1:Files/util/cli/SSearch/
- 1.3
- FreshFish-Vol8-2:BBS/util/SSearch-1.3.lha
- 1.3
- FreshFish-Vol5:BBS/os20/SSearch-1.3.lha
- 1.3
- FreshFish-Vol4:New/os20/cli/SSearch/
- 1.3
- FreshFish-Vol4:BBS/May94/os20/cli/SSearch.lha
- 1.3
- FrozenFish-Vol1:BBS/Dec93/os20/cli/SSearch.lha
- 1.0
- FreshFish-Vol3:Old/Dec93/os20/cli/SSearch/
- 1.0
- FreshFish-Vol2:New/os20/cli/SSearch/
- 1.0
- .distribution
- Freeware
- .address
- Biberecker Weg 40a
- D-94036 Passau
- Germany
- .email
- sticht@edith.deg.sub.org
- .submittal
- Submitted electronically directly by the author.
- .docs
- ssearch.doc
- .aminet-dir
- util/cli
- .execute
- set choice `RequestChoice "SSearch" "Please select an option" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool SSearch.doc TEXT
- endif
-
- if $choice EQ "2"
- path "" ADD
- newcli
- endif
-