Skip to content

Instantly share code, notes, and snippets.

@greymd
Last active August 29, 2015 07:45
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 greymd/99f86ba2b93d5c4bf012 to your computer and use it in GitHub Desktop.
Save greymd/99f86ba2b93d5c4bf012 to your computer and use it in GitHub Desktop.
cat number | sed 's/./ &/g' | \
egison -F1c -m '(match-all-lambda (list integer) [<join _ <join $a _ <join ,a _>>> [a]])' |\
grep -oP '{.*?}' | sort | uniq -c | sort -n | awk 'NF>=4' | grep '^ *2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment