Explain about login shell?
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 can you find out how long the system has been running?
What is the default shell of solaris?
How to include comments in your shell scripts?
Explain how you Automate your application using Shell scripting.
What is the use of "$#" in shell scripting?
How to write a function?
Where is bash history?
How to get script name inside a script?
Explain about sourcing commands?
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
What is a shell? · Types of shell · what is shell scripting?