# non-commercial use provided that this notice appears in
# all copies of the file.  There is no warranty, either
# expressed or implied, supplied with this code.
#

decimal2hex() {
    echo 16o $1 p | dc
}

This file was created with man2html