antony@notes:~/misc$ cat "Upload-File-to-Google-Drive-from-Linux-Command-Line.md"
Upload File to Google Drive from Linux Command Line
Upload File to Google Drive from Linux Command Line
# Download the latest release from Github
$ curl -# -OL https://github.com/prasmussen/gdrive/releases/download/2.1.1/gdrive_2.1.1_linux_amd64.tar.gz
# Unzip the Archive
$ tar -xvf gdrive_2.1.1_linux_amd64.tar.gz
#