bash script output...

Digital Viper-X-

[H]F Junkie
Joined
Dec 9, 2000
Messages
15,115
Trying to run a script, and when I do I keep getting this output :

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6 100 4 100 2 4 2 0:00:01 --:--:-- 0:00:01 2000


I'd like to disable it :) how?

This only happens when I run a command and try to capture the output into a variable, if I just run the command, it won't show that

Nevermind figured it out

it was curl, for some reason when you redirect it's output, it starts producing extra stats.
 
Last edited:
That looks like curl's output - lol yeah, just pipe it to /dev/null or the like.
 
Back
Top