Last active
October 26, 2015 21:05
-
-
Save rytoj/c59828734df4d3cb715b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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