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 a file basename?
write a shell script to check the failed jobs?
How to get the 3rd element/column from each line from a file?
How do I run a bin bash script?
What does $@ mean bash?
Explain about stdin, stdout and stderr?
What is $1 in shell scripting?
What is shell scripting used for?
What is a program shell?
What is gui scripting?
What is the first line in every perl script called?
How do I save a powershell script?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
What is @echo off?
What is the best scripting language?