What is Linux language details
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 a shell script in windows?
How will you copy a file from one machine to other?
Why is the use of shell script?
What is the use of "test" command?
How do I edit a .sh file?
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
What is the default ubuntu terminal?
Is it possible to substitute "ls" command in the place of "echo" command?
What are the zombie processes?
What is the significance of the shebang line in shell scripting?
give me some website where i can get unix and testing meterials