Mark Perry wrote:
[EMAIL PROTECTED] ~]$ readelf -x 2 /bin/bash

Hex dump of section '.note.ABI-tag':
0x08047148 00554e47 00000001 00000010 00000004 ............GNU.
0x08047158 00000009 00000006 00000002 00000000 ................
[EMAIL PROTECTED] ~]$ readelf -x 2 /bin/bash| awk '!/ 0x/ {print}
/ 0x/ {LINEA=substr($0,1,
length($0)-16);LINEB=substr($0,length($0)-15);command ="tr \".\"
\"K\"";print LINEB |& command;close(command, "to");command |& getline
LINEC;close(command);command="iconv -t ISO8859-1 -f IBM-1047 -";print
LINEC |& command;close(command, "to"); command |& getline
LINED;close(command);print LINEA LINED}'

Hex dump of section '.note.ABI-tag':
0x08047148 00554e47 00000001 00000010 00000004 ............?+?.
0x08047158 00000009 00000006 00000002 00000000 ................
[EMAIL PROTECTED] ~]$

:-)


And no this isn't serious, just fun.

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to