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
Answer / hemanth
x=`cut -f4 ram.txt`
y=`cut -f5 krish.txt`
z=`expr x-y`
if (z==5)
then echo 5
else
w= `expr 5*z`
echo $w
fi
| Is This Answer Correct ? | 1 Yes | 0 No |
What happens on a system call?
c program to display the information of given file similar to givan by the unix or linux command ls -l
what is the difference between cmp and diff commands
How many fields are present in a crontab file and what does each field specify?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
How will you list only the empty lines in a file (using grep)?
Which shell is the best?
Why do we use shell scripting?
What are the advantages of using shell scripts?
What is a shell in operating system?
How do I run a shell script on a mac?
what is the difference between writing code in shell and editor?