You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
243 B
Plaintext

# Quietly download a file, continuing where it left of, if the connection fails.
# Note that the file will be downloaded to the current working directory.
wget -qc [URL]
# Specify a location to download the given file.
wget -qcO [PATH] [URL]