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
How does shebang work?
What is the use of tee command?
Who invented grep?
What will the following command do?
Describe the usage and functionality of the command rm –r * in unix?
Explain command to view process running?
Explain the steps that a shell follows while processing a command.
What do chmod, chown, chgrp commands do?
What are the commands in UNIX to list the files in a Directory?
How do I search a whole word in vim?
What command will change your prompt to myprompt?
What is time_t?
What is the comma to display different lines that are found when compare two files?
What is nr in awk command?
What are file commands?