Skip to content

Instantly share code, notes, and snippets.

@Firesphere
Created December 31, 2011 20:17
Show Gist options
  • Save Firesphere/1545220 to your computer and use it in GitHub Desktop.
Save Firesphere/1545220 to your computer and use it in GitHub Desktop.
You might think I hardly use sqlite. You thought correct.
cat .sqlite_history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -r -n
98 INTO
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment