AWK Script & Makefile

Step 1:

My script(myScript.sh) will use wget to download a csv consisting of top companies sorted by Symbol,Name,Sector.

Step 2:

It will take out the Sector and Symbol then print out just the company names.

CSV Preview:

Company Names

Script in action:

1