When should shell programming/scripting not be used?
No Answer is Posted For this Question
Be the First to Post Answer
how to read systems current date and time
write a shell script to identify the given string is palindrome or not?
17 Answers CTS, HP, IBM, InfoEst, Wipro,
Write down the syntax for all the loops in shell scripting.
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
Is bash an operating system?
What are the two files of crontab command?
What is the purpose of scripting?
is there any command to find user password?
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 are the different types of commonly used shells on a typical linux system?
Explain about return code?
What is option in shell script?