How would you replace the n character in a file with some
xyz?
Answer Posted / viswa
In Vi editor,:%s/n/xyz/g
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does sh mean?
What language is bash written in?
What are the advantages of shell scripting?
What are the zombie processes?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
What is the use of "$?" Sign in shell script?
Explain about sourcing commands?
How to find duplicate record in file using shell script?
How will you connect to a database server from linux?
What does path stand for?
What is a shell environment?
Give some situations where typing error can destroy a program?
How do I run a powershell script?
Is scripting and coding the same thing?