Skip to content

Instantly share code, notes, and snippets.

@cadd
Created December 10, 2015 17:31
Show Gist options
  • Save cadd/f2520ea5e91688459af6 to your computer and use it in GitHub Desktop.
Save cadd/f2520ea5e91688459af6 to your computer and use it in GitHub Desktop.
sqlite3 people2.sqlite "select * from pet where name = 'Kitty'" | awk 'BEGIN {FS = "|"} {printf "<tr><td>%s<td>%s\n",$1,$2 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment