Tagged Questions
2
votes
1answer
204 views
'watch'-ing curl yields unexpected output
I'm trying to watch curl for live feedback on HTTP tweaks. However, when I execute the command, the output is garbled with some download stats. I've tried sending curl's stderr to /dev/null, to no ...