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 to open a read-only file in the shell?
I want to upload a file to remote server through ftp daily.Can anyone suggest how to make a shell script for that.I hv credentials for that ftp
How will you connect to a database server from linux?
How to know that your remote server is ruing smoothly or not in unix?
What is a file basename?
is there any command to find user password?
How do I debug a shell script?
Can you write a script to portray how set –x works?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
What is a scripting language simple definition?
What is bash coding?
Write a command sequence to find the count of each word?