Skip to content

Instantly share code, notes, and snippets.

@rytoj
Last active October 26, 2015 21:05
Show Gist options
  • Save rytoj/c59828734df4d3cb715b to your computer and use it in GitHub Desktop.
Save rytoj/c59828734df4d3cb715b to your computer and use it in GitHub Desktop.
#most used commands
history | awk 'BEGIN {FS="[ \t]+|\\|"} {print $3}' | sort | uniq -c | sort -nr | head
#Text to hex
echo "Labas" | od -t x1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment