TLDRBins TLDRBins / Advance wget


Usage Tips:

  • Click on a keyword to enable inline editing.
  • Click inside a code block to copy (excludes comments).
  • Use the button to view examples.
  • Click outside to collapse all examples.

Advance wget

# Provide a file with urls wget --input-file <FILE_PATH>
Sample Output: TO-DO
# POST a file wget --post-file <FILE_PATH> <TARGET>
Sample Output: TO-DO
# Overwrite a file wget <TARGET>/<FILE> -O <FILE_PATH>
Sample Output: TO-DO