How do I save a powershell script?
No Answer is Posted For this Question
Be the First to Post Answer
What is a file basename?
Why do we write bin bash in shell scripts?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What is the need of including script interpreter in your shell script?
How do I run a bin bash script?
What does echo $0 do?
What is the fastest scripting language?
How to redirect both standard output and standard error to the same location?
How do you read arguments in a shell program - $1, $2 ..?
Write down the syntax of "for " loop
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.
Explain about the exit command?