curl hide progress bar output on Linux/Unix shell scripts
To hide the progress bar output when using the curl command in a Linux/Unix shell script, you can use the -s or –silent option. This will make the curl command run in silent mode, which means that it will not display any progress information or error messages. (Diazepam) For example, if you want to download … Read more