What is the lifespan of a variable inside a shell script?
What is the need of including script interpreter in your shell script?
What is a shell script in windows?
wats the she bang statment with syntax?
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 tickets $ what low,medium,high priorite pls define time also
What is the difference between break and continue commands?
What is basename in shell script?
Is shell scripting difficult?
What is Path variable?What is its use?
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
determine the output of the following command: echo ${new:-variable}
what is the difference between sh & bash shell?