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 is the use of .sh file?
What are types of shells?
What is shell company all about?
How do I open the shell in cmd?
What is the syntax of while loop in shell scripting?
What does chmod do?
What are scripts in psychology?
What are the different types of shell scripting?
What is the difference between bash and shell?
Is shell scripting a language?
What is computer cli?
What is the first line of a shell script called?
What are the default permissions of a file when it is created?
What is awk script?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?