Re: [links] piping URLs into links

Cliff Cunnington <[email protected]> Mon, 13 Nov 2006 09:55:59 +0100
Newsgroups gmane.comp.web.links.list
Message-ID <[email protected]>
* Kali McLaughlin <[email protected]> [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

_______________________________________________
links-list mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/links-list