hex to decimal
|
Original Message
|
Name: gemrod
Date: January 23, 2006 at 23:19:57 Pacific
Subject: hex to decimalOS: suse linux 9CPU/Ram: 4G ram |
Comment: I have a file containing strings like 0x10 or 0xC, and I want to convert those hex string to deciml strings/numbers using sed awk or cshell. Example input file : w1 w2 0x10 w5 w1 0xC output file should be : w1 w2 16 w5 w1 12
Report Offensive Message For Removal
|
Use following form to reply to current message: