How will you list only the empty lines in a file (using
grep)?
Answer Posted / guest
grep "^$" filename
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
State the advantages of shell scripting?
What is shell geeksforgeeks?
Can you write a script to portray how set –x works?
What are the disadvantages of shell scripting?
How do we delete all blank lines in a file?
What is shell variable?
is this growing field and what is average package in this?
How do I read a .sh file?
What is another name for a bash shell script that you might see?
What is path variable bash?
What is awk in shell scripting?
Explain about gui scripting?
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.
How do I start a shell script?
Is shell scripting useful?