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 can you find out how long the system has been running?
What are the different commands available to check the disk usage?
What is shell environment?
What is difference between shell and bash scripting?
What is the use of .sh file?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
Explain about sourcing commands?
Explain about shebang?
When should shell programming/scripting not be used?
Is shell a scripting language?
What is shell scripting used for?
What is $1 in shell scripting?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is the purpose of scripting?
What is k shell?