changeset 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 a53b2e6acb15
files bin/icao
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/icao	Sun Oct 30 23:16:00 2016 +0000
+++ b/bin/icao	Sun Oct 30 23:16:19 2016 +0000
@@ -1,1 +1,1 @@
-grep "$1" share/airports.dat | cut -d ',' -f 6
+grep -i "$1" share/airports.dat | cut -d ',' -f 6