What is the use of echo in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.
How will you pass and access arguments to a script in linux?
What is the difference between a shell variable that is exported and the one that is not exported?
What is eval in shell script?
What is the syntax of while loop in shell scripting?
What is c in shell script?
How do I open the shell in cmd?
What is basename in shell script?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
How does shell scripting work?
What is k shell?
What is sed in shell script?