Skip to content

Instantly share code, notes, and snippets.

@ablyler
Created March 21, 2012 20:26
Show Gist options
  • Save ablyler/2152543 to your computer and use it in GitHub Desktop.
Save ablyler/2152543 to your computer and use it in GitHub Desktop.
notams for KARB (thanks andyfowler)
alias notams='curl -s "https://pilotweb.nas.faa.gov/PilotWeb/notamRetrievalByICAOAction.do?method=displayByICAOs&formatType=DOMESTIC&retrieveLocId=karb&reportType=RAW&actionType=notamRetrievalByICAOs" | tr -d "\n" | pcregrep -M -o1 -N CRLF -i "<pre>([^<]*)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment