What is sed in shell script?
Answer / Raghvendra Voyoharia
sed (Stream Editor) is a utility in Unix-based systems for parsing and transforming text files. It can be used within shell scripts to perform tasks like searching, replacing, inserting, or deleting lines.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between grep and egrep?
How do I stop script errors?
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
I Forgot My Windows Vista Password! How Can I Find My Windows Lost Password?
What is subshell?
Given a file find the count of lines containing the word "abc".
How do you create a shortcut in linux?
How will you connect to a database server from linux?
How to check if the previous command was run successfully?
How will you copy a file from one machine to other?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
When we login into our account which files are executed?