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 happens when you type ls?
How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
What are the four fundamental components of every file system on linux?
How to include comments in your shell scripts?
What are the two files of crontab command?
What is the purpose of scripting?
how did u debugging in unix/ linux platform ??( project Related)
How shell works?
What is a beat in a script?
How does ls command work?
What does $0 mean in shell script?
What is the syntax of "grep" command?