Visualizing what airlines fly in US Airports

Upvote:3

Something like this?

$ wget https://raw.githubusercontent.com/jpatokal/openflights/master/data/routes.dat
$ awk -F, '$3 == "MDW" {print $1}' routes.dat|sort -u
AF
DL
F9
FL
KL
P1
PD
SY
WN
Y4

More post

Search Posts

Related post