Skip to content

Instantly share code, notes, and snippets.

@stevenwilkin
Created October 2, 2015 16:07
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 stevenwilkin/e4a3d9f290f5a4f5c33b to your computer and use it in GitHub Desktop.
Save stevenwilkin/e4a3d9f290f5a4f5c33b to your computer and use it in GitHub Desktop.
grep title cita.json | sed -e 's/.*: "//' -e 's/",//' | sort > titles.txt
cat titles.txt | uniq > titles_uniq.txt
diff titles.txt titles_uniq.txt | grep '<' | cut -c 3-
Blaby
Bromley
Cheadle
Crawley
Huntingdon
Maidstone
Richmond
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment