Computing.Net > Forums > Unix > dec to hex

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

dec to hex

Reply to Message Icon

Name: Lori Lanham
Date: August 28, 2001 at 13:51:22 Pacific
Comment:

I'm writing a ksh script on HP-UX, and I need to be able to convert a decimal number to hexidecimal (and a hexidecimal number to decimal). Can anyone help?



Sponsored Link
Ads by Google

Response Number 1
Name: Jean-Pierre Radley
Date: August 30, 2001 at 19:30:39 Pacific
Reply:

bc


0

Response Number 2
Name: Charlie
Date: October 16, 2001 at 18:29:45 Pacific
Reply:

Ask your brother


0

Response Number 3
Name: mordechai malka
Date: October 18, 2001 at 04:24:55 Pacific
Reply:

if youn have for example
x=10
now you want it printed in HEX run the command
typeset -i16 x
then , if you run
echo $x
it will print the hex value A


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Running the shell script ... emulator



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: dec to hex

unix to windows file conversion www.computing.net/answers/unix/unix-to-windows-file-conversion/1366.html

Unix Hexadecimal www.computing.net/answers/unix/unix-hexadecimal/2886.html

Convert Hex-a text to Dec www.computing.net/answers/unix/convert-hexa-text-to-dec/2206.html