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 will you copy a file from one machine to other?
What is the use of .sh file?
Which shell is the best?
How do you schedule a command to run at 4:00 every morning?
Explain about non-login shell files?
Explain about the slow execution speed of shells?
Explain about shebang?
Hi Friends, I am currently Undergoing Course On Testing.I am Planning To Keep Fake Resume.Can any One tell me the ways to Prepare i.e, Real Time experience For Manual Testing. With Regards, Vikram
Write a shell script to check whether a number is Armstrong number or not?
If you have a string "one two three", which shell command would you use to extract the strings?
How to debug the problems encountered in the shell script/program?
What is the first line in every perl script called?