home *** CD-ROM | disk | FTP | other *** search
- The default format string is (between the '--' lines):
- --
- %02seq Host %host
-
- Location: %dir
- %type %mode %size %date %name
-
- --
- If you want to specify it on the command line, you do this:
-
- $ archie -format '%02seq Host %host\n\n Location: %dir\n\
- %type %mode %date %name' word
-
- Notice the single quotes used. This is to prevent the shell from
- interpreting it.
-
- If you want, you can put it in a file, say archie.format, and use the
- -ffile option:
-
- $ archie -ffile archie.format word
-
- I usually need only about 10 hits. But the server does not always give
- me about 20. So I set the maximum hit to be 40. On command line, I specify
-
- $ archie -match 40 vgrind
-
- Be careful to single quote any regular expressions you have. Notice:
- the regular expression syntax is out of the control of the program.
- Read the help file on quiche.cs.mcgill.ca to read for yourself.
-
- $ archie -match 40 -reg '*grind*'
-
- Khun Yee
-