How would you replace the n character in a file with some
xyz?
Answer Posted / sasmita
:1,$ s/n/xyz/g
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is basename in shell script?
What happens when you type ls?
Which scripting language is best for automation?
Is shell scripting a programming language?
What is the default ubuntu terminal?
What is path variable bash?
Write a shell script to get current date, time, user name and current working directory.
Can you write a script to portray how set –x works?
How do I run a bin bash script?
What is the default shell of solaris?
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.
Is shell script a programming language?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
How to print all array elements and their respective indexes?
What does chmod do?