How to find duplicate record in file using shell script?
No Answer is Posted For this Question
Be the First to Post Answer
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
Is shell script a programming language?
What does echo mean in scripting?
What is a shell environment?
Tell something about the super block in shell scripting?
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis
Differentiate between ‘ and ” quotes.
How do you create a shortcut in linux?
Explain about non-login shell files?
Explain about login shell?
What is the syntax of while loop in shell scripting?
What are the 4 basics of OOP?