Bash shell script to convert Decimal to Hexadecimal and Octal
kw.sh
Output
kodingwindow@kw:~$ bash kw.sh ——————————————————————————————————————————— Script to convert Dec To Hex and Oct number ——————————————————————————————————————————— Decimal=65535 Octal=177777 Hexadecimal=ffff ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
Bash shell script to convert all lowercase letters in a file to uppercase letters
Bash shell script to convert all uppercase letters in a file to lowercase letters
Advertisement