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
How will you print the login names of all users on a system?
How can I set the default rwx permission to all users on every file which is created in the current shell?
Is bash an operating system?
What is option in shell script?
What is a scripting language simple definition?
I have 2 files and I want to print the records which are common to both.
Write a script to print the first 10 elements of fibonacci series.
I want to connect to a remote server and execute some commands, how can I achieve this?
Is scripting and coding the same thing?
What is @echo off?
What is a batch file used for?
What is gui scripting?
What is the first line of a shell script called?
Write down the syntax for all the loops in shell scripting.
What are the disadvantages of shell scripting?