Hacker News new | ask | show | jobs
by TeMPOraL 2448 days ago
First,

  curl [address] > /tmp/foo
Then, build up the pipeline starting with:

  cat /tmp/foo |
(And I know this is probably "useless abuse of cat", but whatever.)