Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A simple bash shell hex converter' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A simple bash shell hex converter
Authored by: cynikal on Mar 04, '03 02:47:11PM

isntead of two commands, you can do it using arithmetic expression interpolation:

echo $[0xfffe]

same thing..



[ Reply to This | # ]