Hex to Decimal

Convert a hexadecimal string to decimal.

Code

Utilities
echo $((16#$hex))

Parameters

Hex string to convert.

Server

More Bash Snippets