Skip to content

Instantly share code, notes, and snippets.

@sandervd
Created February 16, 2016 16:14
Show Gist options
  • Save sandervd/187666ec6c8456e64a29 to your computer and use it in GitHub Desktop.
Save sandervd/187666ec6c8456e64a29 to your computer and use it in GitHub Desktop.
#!/bin/sh
cat $1 | sed 's/,/@| /g' | column -s '@' -t -n
@sandervd
Copy link
Author

Call as ./behatify.sh stuff.csv

@pfrenssen
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment