comparison bin/icao @ 9566:f3701584421e

<oerjan> mkx bin/icao//grep -i "$1" share/airports.dat | cut -d \',\' -f 6
author HackBot
date Sun, 30 Oct 2016 23:16:19 +0000
parents acff4cf8b291
children 88e35e2e00a9
comparison
equal deleted inserted replaced
9565:acff4cf8b291 9566:f3701584421e
1 grep "$1" share/airports.dat | cut -d ',' -f 6 1 grep -i "$1" share/airports.dat | cut -d ',' -f 6