Skip to content

Instantly share code, notes, and snippets.

@kudosqujo
Last active February 9, 2021 02:17
Show Gist options
  • Save kudosqujo/52b065ba4b2f1f2a27cff7663fce5b65 to your computer and use it in GitHub Desktop.
Save kudosqujo/52b065ba4b2f1f2a27cff7663fce5b65 to your computer and use it in GitHub Desktop.
[HOWTO: Download a file from the Command Line] #cli #howto

HOWTO: Download a File from the Command Line

Using Curl

Download a file off of Github

NOTE: You can view the raw contents of a file by clicking on the Raw button that appears above the file view.

curl -Lo <filename> https://raw.githubusercontent.com/path/to/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment