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 |
How would you print just the 25th line in a file using smallest shell script?
How do scripts work?
How to get the first line from a file using just the terminal?
What is bourne shell scripting?
How do you find out What is your shell?
How to group the commands in shell scripting?
How do I debug a shell script?
How to get the last line from a file using just the terminal?
What is the command for " how many shell is running in your system or how many shell supported by your system " ?.
what is info area how many types?
What language is shell scripting?
wats the deinitions for shell utility and filter?