Skip to content

Instantly share code, notes, and snippets.

@snegovick
Created January 29, 2015 12:15
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 snegovick/6685cf2797e954b84514 to your computer and use it in GitHub Desktop.
Save snegovick/6685cf2797e954b84514 to your computer and use it in GitHub Desktop.
grep ^X $1 | sed -e "s/X//" | sed -e "s/Y/, /" | awk '{printf "%s, %s, 0.0, t\n",NR,$0}' > $1.ascii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment