diff --git a/zk/Silence_output_in_Curl.md b/zk/Silence_output_in_Curl.md index 3135473..3d2ac8f 100644 --- a/zk/Silence_output_in_Curl.md +++ b/zk/Silence_output_in_Curl.md @@ -5,5 +5,6 @@ tags: - Linux --- -Use `-S` to hide the percentage calculation in `stdout`. You can also use `-s` -but this will also remove `stderr`. +# Silence output in `curl` + +Use `-s` but this will also remove `stderr`.