/HW0

SEDS Homework 0: Command line and submitting homework

MIT LicenseMIT

HW0

SEDS Homework 0: Command line and submitting homework

Instructions for the homework:

  • Create a download_pronto.bash script that does the following things:
    • Makes a directory called pronto_data and does all the other steps from inside this directory.
    • Uses curl to download the Pronto bike data in CSV from https://data.seattle.gov/api/views/tw7j-dfaw/rows.csv?accessType=DOWNLOAD and save the output to pronto.csv
    • Uses head to show the first few lines of the CSV to the user
  • Submit your homework using git/GitHub