Azazia Software Knowledgebase
Search:     Advanced search
Browse by category:
Contact Us

UNIX Command Line way to convert HEX ascii codes to Text

Add comment
Views: 156
Votes: 0
Comments: 0
Posted: 03 Apr, 2010
by: Patridge B.
Updated: 03 Apr, 2010
by: Patridge B.
# echo "48 45 4C 4C 4F 4A 55 53 54 41 46 52 49 45 4E 44 4C 59 52 49 44 44 4C 45" | perl -nle 'print join "", map { chr hex $_ } split " ";'

HELLOJUSTAFRIENDLYRIDDLE
Others in this Category
document VI editor Backup (VIB) Utility
document E:Lists directory /var/lib/apt/lists/partial is missing.
document Regular Expression to Escape all Illegal (non alphanumeric) Characters Except a space
document Quick One liners to test a string whether or not it is an Integer, Alphanumeric, or Character
document Using Awk to display a directory listing on files with spaces until the end of line
document Restoring the cursors last position in the VI (VIM) editor
document Postfix/Sendmail Errors: NOQUEUE: reject: RCPT .... Relay access denied DSN: Service unavailable
document Display path, user name, and host name next to the cursor in the .bashrc or .bash_profile



RSS