Explore about environment variables?
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.
What is option in shell script?
What is the basic difference you find between a shell script and perl?
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly
What is shift command in shell script?
What does $@ mean bash?
how to get part of string variable with echo command only?
What is the syntax of "expr" command?
What is the difference between a shell variable that is exported and the one that is not exported?
How will you connect to a database server from linux?
How Connect to a Database in Shell Programming?
What language is bash written in?