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 |
what is shell?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
In Unix file permissions what does the second field denotes?
What is the use of awk command in unix?
How do I use nslookup?
What difference between cmp and diff commands?
Why is awk called awk?
What happens when we execute a unix command?
Why is grep called grep?
How to get the operating system's information in unix?
How do you repeat a command in terminal?
What is a shell in Unix? Name some common Unix shells.