Skip to content

Instantly share code, notes, and snippets.

@lucsmall
Created May 17, 2012 12:10
Show Gist options
  • Save lucsmall/2718489 to your computer and use it in GitHub Desktop.
Save lucsmall/2718489 to your computer and use it in GitHub Desktop.
Transform Saleae Logic exported CSV into a format suitable for GNUPLot
cut -d "," -f 2 logic_export.csv | cat -n > gnuplot_in.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment