Skip to content

Instantly share code, notes, and snippets.

@tail-call
Created February 1, 2015 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tail-call/944ec4497c16b9330bdb to your computer and use it in GitHub Desktop.
Save tail-call/944ec4497c16b9330bdb to your computer and use it in GitHub Desktop.
(for i in {1900..2100}; do ncal -o $i; done) | awk -e '{ if ($1 == 13) print $0 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment