Closed mrclschstr closed 2 years ago
wget needs "-O" (big o) as a parameter to redirect the output to a specific file. Using "-o" (small o) just redirects the program output of wget, which is not what we want in this case. See: https://linux.die.net/man/1/wget
Perfect - finding and explanation. Thanks a lot!
wget needs "-O" (big o) as a parameter to redirect the output to a specific file. Using "-o" (small o) just redirects the program output of wget, which is not what we want in this case. See: https://linux.die.net/man/1/wget