What is grep and sed command?
Answer / roshini
Grep is a line-based search utility and is used primarily to return lines from a file, or files, that match a particular search term. Sed is similar, as in it is a line-by-line style utility, but is meant more for string replacement within lines of text.
| Is This Answer Correct ? | 0 Yes | 0 No |
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?
What is $0 bash?
How do I search for text in vi?
How do you remove a crontab file?
How we will execute previous command in vi editor?
Name the various commands that are used for the user information in unix.
How to find $ai_serual resolved path by using unix
Which command will print your home directory on screen?
How do you list the files in an UNIX directory while also showing hidden files?
What do chmod, chown, chgrp commands do?