What is sh in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
How do I read a .sh file?
write a shell program to check wheather a given string is pallindrome or not?
wats the deinitions for shell utility and filter?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
What is the use of "test" command?
How would you replace the n character in a file with some xyz?
c program to check whether all the directories in the path exists has read and write permission
How do I open the shell prompt?
What are the Different types of shells?
What are different types of shell?
is this growing field and what is average package in this?
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.