Package: lynx-cur
Version: 2.8.6pre4-1
Severity: normal
man page says:
-nonumbers
disable link- and field-numbering.
I'm afraid it does more at least here:
$ lynx -dump -listonly file:///hom...|wc
6 7 342
$ lynx -nonumbers -dump -listonly file:///hom...|wc
0 0 0
So I must do
$ lynx -dump -listonly file:///hom...|perl -nwe 's/^\s+\d+\.\s//&&print'
to get what I want, just the URLs in the page.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]