Answer Posted / vipul dalwala
To comment multiple lines U can use
: '
comment1
comment2
comment3
'
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What is the first line in a shell script?
Explain about stdin, stdout and stderr?
How do we create command aliases in a shell?
What is the crontab?
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 is the difference between scripting and coding?
How can I send a mail with a compressed file as an attachment?
What is the way to do multilevel if-else's in shell scripting?
What is the command to find out today's date?
Explain how you Automate your application using Shell scripting.
What lives in a shell?
How do I debug a shell script?
Calculate a real number calculation directly from the terminal and not any shell script.
Can you write a script to portray how set –x works?