Skip to content

Instantly share code, notes, and snippets.

@topher200
Created March 18, 2011 06:49
Show Gist options
  • Save topher200/875702 to your computer and use it in GitHub Desktop.
Save topher200/875702 to your computer and use it in GitHub Desktop.
Used to turn ImageMagick 'compare' output into the coordinates of all matches
cat result-11-1.txt | grep white | awk -F"[,| |:]" '{print "["$1 " " $2 "]"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment