How do I run a script from command prompt?
No Answer is Posted For this Question
Be the First to Post Answer
Given a file find the count of lines containing the word "abc".
What is a file basename?
What is eval in shell script?
What is wc in shell script?
Which shell is the best?
Why is it called a shell?
What exactly is a shell?
Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.
What is bash shell command?
What is shell and terminal?
what is the difference between sh & bash shell?
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