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
What are grep patterns?
How do I delete files from command prompt?
What is the functionality of a top command?
What does touch command do in unix?
What is grep in bash?
What is the use of finger command?
How to find $ai_serual resolved path by using unix
What are file commands?
Using unix command how to display no of records in oracle?
Name the unix command to find how many days the server has been up.
What is difference between grep and find command in unix?
What is the function of grep command in unix?
Explain ‘library functions’ with respect to unix commands?
What are bash commands?
What is the use of awk command in unix?