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
What is the crontab?
What is the first line of a shell script called?
What are the default permissions of a file when it is created?
What is k shell?
Give some situations where typing error can destroy a program?
How will you connect to a database server from linux?
What is path in shell script?
How many fields are present in a crontab file and what does each field specify?
How to write a function?
What are the different commands available to check the disk usage?
How to find duplicate record in file using shell script?
What language is used in terminal?
What is the difference between bash and shell?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
Write down the syntax for all the loops in shell scripting.