[links] piping URLs into links
Cliff Cunnington
cc-linkslist at thebluestoop.com
Mon Nov 13 01:55:59 MST 2006
* Kali McLaughlin <kali at flowtrack.com.au> [2006-11-13 17:02:42 -0600]:
> I have been having trouble submititng long URLs into the text area in
> links - ...
> ..
> Is there some natty command line format like
> links < url.txt
> or links | cat url.txt
You were nearly there, here's some that work:
links "<URL>"
links `cat url.txt`
links `< url.txt`
links $(< url.txt)
Cliff
More information about the links-list
mailing list