Skip to content

Instantly share code, notes, and snippets.

@ryuichiueda
Created August 27, 2016 03:39
Show Gist options
  • Save ryuichiueda/07a103962a54e6a894f8e51152923e80 to your computer and use it in GitHub Desktop.
Save ryuichiueda/07a103962a54e6a894f8e51152923e80 to your computer and use it in GitHub Desktop.
$ cat holidays | awk '{print $1,$NF}' | awk '{print $1,a,b,$2;a=b;b=$2}' | grep '1 0 1$' | awk '{print $1}' | while read d ; do echo '----' ; grep -B2 $d holidays ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment