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 command is used to switching between users in unix?
What is a Unix signal, and how do you handle them?
What is the unix command to confirm a remote host is alive or not?
Differentiate cmp command from diff command.
what are the different operating systems available?
what is difference between unix and linux?
what are the different commands used to create files?
Give the command to display space usage on the UNIX file system.
What is the difference between cat and more command?
How can i know my Filesystem and its current usage in my prod UNIX system?
How do you change your account's password?
What is the difference between awk and grep?