What is meant by dos operating system?
No Answer is Posted For this Question
Be the First to Post Answer
What does the sh command do?
What does debug script mean?
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 would you replace the n character in a file with some xyz?
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
Explain about gui scripting?
Is SSO and SSL support BOXI?
What is the first line of a shell script called?
How would you compare the strings in a shell script?
what is "umask"?
How can we find the process name from its process id?
write a shell script to check whether all the directories in the path exist has read and write permission