What is FIND, GREP and SED ? Could you please give me the
difference between all the three? Where we use this commnands?
Answer Posted / rachita kathuria
find - this command examines a directory to find a file
matching some criteria.
grep - it searches for a string or pattern in a file and
display the lines containing the pattern.
sed - it combines work of several filters and perform non
interactive operations on a data stream.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain ‘library functions’ with respect to unix commands?
Which command is used to kill the last background job?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do I search for text in vi?
What is in grep command?
What does grep v grep do?
What is grep command in unix with examples?
What will the following command do?
What is the use of tee command?
What are the commands in UNIX to list the files in a Directory?
Describe the usage and functionality of the command rm –r * in unix?
What is unix command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How do you repeat a command in terminal?
What is grep and how do you use it?