What is the syntax of "nested if statement" in shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
What is option in shell script?
How will you connect to a database server from linux?
How does shell scripting work?
Explain about the exit command?
RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same
I have 2 files and I want to print the records which are common to both.
Explain about sourcing commands?
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
if i have 2 files file1 and file2.... file1 contains 2 columns like b a 11 aa 12 as 13 ad 15 ag 11 ar 13 ah 15 ak file2 contains b c 10 ds 11 at 15 gh 15 jk 13 iu 11 fg 13 yy can any 1 give me the program to display in this way? a b c aa 11 at ar 11 fg ad 13 iu ah 13 yy ag 15 gh ak 15 jk
What is the use of break command?
Why is used in shell scripting?
What is egrep?