What is sudo command?
No Answer is Posted For this Question
Be the First to Post Answer
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What is the significance of $#?
What is the difference between grep and egrep?
How to print some text on to the screen?
Where cron file kept?
What is path variable bash?
How to create environment variables?What are the conditions for creating variables?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What is a shell script? Can you name some of its advantages?
Explain about gui scripting?
How would you compare the strings in a shell script?