GNU Notes
Getting wget to output to stdout:
wget -O – http://feeds.feedburner.com/prodevtips/LVkG
—–
Posting with wget:
wget –post-data ‘key=value’ http://www.some.url
Getting wget to output to stdout:
wget -O – http://feeds.feedburner.com/prodevtips/LVkG
—–
Posting with wget:
wget –post-data ‘key=value’ http://www.some.url