How would you replace the n character in a file with some
xyz?
Answer Posted / vipul dalwala
sed -i 's/n/xyz/g' filename
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I open the shell in cmd?
Why are there shells on the beach?
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.
What is shift command in shell script?
What is the command to find out today's date?
What are the advantages of using shell scripts?
What is the purpose of scripting?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What is the default shell of solaris?
What is a shell made of?
What is the difference between scripting and coding?
How can you get the value of pi till a 100 decimal places?
What is the lifespan of a variable inside a shell script?
What is subshell?
What exactly is a shell?