Hi,
> Could someone please show me what type of regexps the Windows command
> line version of Pavuk uses to exclude binary files?
>
> This is my attempt:
>
> ./pavuk.exe -skip_pattern '\*\(gz\|rpm\)' http://www.sqlite.org
Under Unix I usually join multiple patterns, as I never got the
(aaa|bbb|ccc)method to work (probably it is not supported - check source?)
Use "aaa","bbb","ccc" instead.
./pavuk.exe -skip_pattern '*gz','*rpm' http://www.sqlite.org
I do not know if you need some escape characters.
Ciao
--
____ _ _ ____ _ _ _ _ ____
| | | | | | \ / | | | the cool Gremlin from Bischofswerda
| __ | ____| | \/ | | | WWW: http://www.dstoecker.de/
| | | | | | | | PGP key available on www page.
|____| _|_ |____| _|_ _|_ |____| I hope AMIGA never stops making fun!