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 are the two files of crontab command?
How do I run a shell script on a mac?
What is the use of a shebang line?
Is shell and terminal the same?
What is option in shell script?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
What are script files?
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
How would you replace the n character in a file with some xyz?
What are the Different types of shells?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
shell script for reverse the string