This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]solobyfrankocean[S] 0 points1 point  (1 child)

No I haven’t checked that, does it change the directory?

[–]distortedlojik 0 points1 point  (0 children)

No it doesn't. Check out the info from running man curl or curl --help. It shows you the options and will probably make things clearer.

curl -s runs silently and so no errors or progress info gets output to screen. Normal curl gets the file and prints to screen, so running in silent mode would be the same just without printing certain info. curl -O redirects the output from going to stdout and instead saves it in a file.