Answer Posted / abhijeet chavan (cts)
The first line in the shell script should be modified as:
#!/usr/bin/<ksh|sh|bash|csh>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the syntax of "nested if statement" in shell scripting?
What is computer cli?
Explain about debugging?
How many fields are present in a crontab file and what does each field specify?
What is subshell?
What are the four fundamental components of every file system on linux?
Explain about shebang?
What is scripting used for?
Write a command sequence to find the count of each word?
What does $1 mean in bash?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
What does $$ mean in shell script?
What is c in shell script?
What language is bash written in?
How do I open a jshell in cmd?