How would you replace the n character in a file with some
xyz?
Answer Posted / tony
cat filename | sed 's/n/xyz/g' > newfile
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is shell chemistry?
Explain about non-login shell files?
How to calculate the number of passed arguments?
How important is shell scripting?
What is the use of a shebang line?
How to write a function?
What does egrep mean?
How do you find out What is your shell?
What is the syntax of while loop in shell scripting?
Explain about echo command?
What is a boot block?
Please give me example of " at command , contrab command " how to use
How will you print the login names of all users on a system?
How can the contents of a file inside jar be read without extracting in a shell script?
What is scripting autism?