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
What is bash command used for?
What is computer cli?
How do I run a .sh file on mac?
What is scripting autism?
How do I open the shell prompt?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What are the different types of commonly used shells on a typical linux system?
Give some situations where typing error can destroy a program?
What are the advantages of shell scripting?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
How do we delete all blank lines in a file?
What is the first line in every perl script called?
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 a shell in operating system?
Print the 10th line without using tail and head command.