What is subshell?
No Answer is Posted For this Question
Be the First to Post Answer
What is the significance of the shebang line in shell scripting?
What is in a script?
Is shell scripting a language?
What are the advantages of shell script?
How to print some text on to the screen?
What are the Different types of shells?
If you have a string "one two three", which shell command would you use to extract the strings?
What is the use of script interpreter in shell scripting?
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
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
How do I edit a .sh file?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command