How would you replace the n character in a file with some
xyz?
Answer Posted / sasmita
:1,$ s/n/xyz/g
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
State the advantages of shell scripting?
What is the way to do multilevel if-else's in shell scripting?
What is echo $shell?
Is shell script a programming language?
What shell is bin sh?
What does $@ mean in shell?
How do I edit a .sh file?
What are the advantages of shell scripting?
What does path stand for?
How to debug the problems encountered in the shell script/program?
What is mac default shell?
What are script files?
What exactly is a shell?
What does echo $0 do?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again