2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
6
Task/HTTP/REXX/http-3.rexx
Normal file
6
Task/HTTP/REXX/http-3.rexx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* ft=rexx */
|
||||
/* GET3.RX - Display contents of an URL on the terminal. */
|
||||
/* Usage: rexx get3.rx http://rosettacode.org */
|
||||
parse arg url .
|
||||
address system 'curl' url with output fifo ''
|
||||
address system 'more' with input fifo ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue