Differences

This shows you the differences between two versions of the page.

Link to this comparison view

fetch [2012/08/13 16:13]
fetch [2012/08/13 16:13] (current)
Line 1: Line 1:
 +====== fetch ======
  
 +  * [[FreeBSD]]
 +
 +== Fetch a file and output to stdout ==
 +
 +<​code>​
 +fetch -s -o - <url>
 +</​code>​