Skip to content

Instantly share code, notes, and snippets.

@shubhamagarwal92
Created September 30, 2019 15:27
Show Gist options
  • Save shubhamagarwal92/8cec5f254be3db0ea3442e54edd82d8a to your computer and use it in GitHub Desktop.
Save shubhamagarwal92/8cec5f254be3db0ea3442e54edd82d8a to your computer and use it in GitHub Desktop.
different wget flags
# Provide the path where to download
wget https://www.dropbox.com/s/twmtutniktom7tu/VisualDialog_val2018.zip?dl=0 -P ./data
# Provide the name of the file
wget https://www.dropbox.com/s/twmtutniktom7tu/VisualDialog_val2018.zip?dl=0 -O VisualDialog_val2018.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment