SyntaxFix
Write A Post
Hire A Developer
Questions
The following worked for me:
Put your curl statement in a script named abc.sh
abc.sh
Now run:
sh abc.sh 1>stdout_output 2>stderr_output
You will get your curl's results in stdout_output and the progress info in stderr_output.
stdout_output
stderr_output