1.Write a script, which converts a number from binary to
hexadecimal format or vice versa.
Answer / pradipta
echo 'obase=16 ; ibase =2 ; binaryno'|bc #print hexadecimal
echo 'obase=2 ; ibase=16; hexa no'|bc #print binary no
| Is This Answer Correct ? | 3 Yes | 1 No |
What can you do with powershell?
What is a shell made of?
What does path stand for?
What are environment variables?
What is difference between shell and bash scripting?
What is the meaning of $1 in shell script?
What is shell terminal?
Is shell a scripting language?
How to take input values from the user?
What is the purpose of scripting?
how to read systems current date and time
what is the difference between sh & bash shell?