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 |
how to delete entire records in unix ?
Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
what is the difference between commmands cmp and diff?
Give Command that will change the name of a directly from paypal to eBay
how many types of file in unix?
34 Answers MNC, TCS,
why unix operating system provides more security than other operating systems?
Describe the usage and functionality of the command rm –r * in unix?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me
what is the command to print last 8 lines of any text file.
What is the difference between awk and grep?
How can you change the owner or group of a file?
How does one process we can start an executable file? How to get the PID process, which we started?