What is the best scripting language?
What lives in a shell?
How to create environment variables?What are the conditions for creating variables?
How to customise the existing shell?
What will happen to my current process when I execute a command using exec?
What is the first line of a shell script called?
How to declare functions in unix shell script?
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
What is sudo command?
What is the difference between a shell variable that is exported and the one that is not exported?
Is shell scripting a language?
What does it mean to debug a script?
what does "kill -9" and "kill -1" do