Y
Hacker News
new
|
ask
|
show
|
jobs
by
lolpanda
657 days ago
the only reason i use wget over curl is that when i'm downloading a file, i don't have to specify the output file name with wget lol
1 comments
threePointFive
657 days ago
-O (for name based on end of the URL) or -J (for name based on the returned HTTP header)
link
kelsey98765431
657 days ago
and wget is -o ; when i have a head full of tasks and code i only remember that they are different and tend to wget things, unless of course i am on a bsd and reach for fetch
link