How to get script name inside a script?
No Answer is Posted For this Question
Be the First to Post Answer
How would you replace the n character in a file with some xyz?
How do I save a powershell script?
Hi Friends, I am currently Undergoing Course On Testing.I am Planning To Keep Fake Resume.Can any One tell me the ways to Prepare i.e, Real Time experience For Manual Testing. With Regards, Vikram
How do I open the shell in cmd?
What is bash shell command?
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.
Is bash an operating system?
How do I run a script from command prompt?
What is a shell in operating system?
Explain about login shell?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.