Lines Matching refs:o
6 Short: o
16 - -o file $URL
17 - "http://{one,two}.example.com" -o "file_#1.txt"
18 - "http://{site,host}.host[1-5].example" -o "#1_#2"
19 - -o file $URL -o file2 https://example.net
29 curl "http://{one,two}.example.com" -o "file_#1.txt"
33 curl "http://{site,host}.host[1-5].example" -o "#1_#2"
39 curl -o aa example.com -o bb example.net
41 and the order of the -o options and the URLs does not matter, just that the
42 first -o is for the first URL and so on, so the above command line can also be
45 curl example.com example.net -o aa -o bb
53 curl example.com -o /dev/null
57 curl example.com -o nul
62 curl https://example.com/jpeg -o -