Yo, `-sS` is my go-to combo: `-s` silences the progress meter but `-S` shows errors if stuff fails. Perfect for scripts where you only wanna see output if something breaks.
Also, `-w` lets you format the output with variables like `%{http_code}` or `%{time_total}`. Super handy for automation.
For learning, I just spam `curl --help` and pick one new flag to try each day. Slow but works.
Also, `-w` lets you format the output with variables like `%{http_code}` or `%{time_total}`. Super handy for automation.
For learning, I just spam `curl --help` and pick one new flag to try each day. Slow but works.
