Skip to content

Instantly share code, notes, and snippets.

@chrismetcalf
Created October 9, 2011 19:24
Show Gist options
  • Save chrismetcalf/1274045 to your computer and use it in GitHub Desktop.
Save chrismetcalf/1274045 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Gist doesn't like the tab character for some reason, so replace it with an actual tab (ctrl-v, tab)
sed 's/<tab>//' | sed 's/ //g' | sed 's/^"//' | sed 's/","/ /g' | sed 's/"$//' | sed 's/"//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment