What command is used to replace the existing string with
some other?
Answer Posted / thangaraju
sed 's/existingstring/newstring/g' filename or Specfied
row means sed '1,10s/existingstring/newstring/g' filename
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
Are you in or at the office?
What do know about tee command and its usage?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How to use grep command to list find the records of a file containing 10 different strings?
How to find $ai_serual resolved path by using unix
What is the general format of unix command syntax?
Which command is used to copy files?
What does the command '$ls | wc –l > file1' do?
Enlist some filename manipulation commands in unix.
What is grep and how do you use it?
What is a bash command?
How do I use grep to find a file?
What is the behavioural difference between cmp and diff commands?
What does this command do? Cat food 1 > kitty
Which command is used to delete all files in the current directory and all its sub-directories?