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
Name the various commands that are used for the user information in unix.
What is the use of egrep command in unix?
What is the use of find command in unix?
Which command is used to kill the last background job?
Write a command that will display files in the current directory, in a colored, long format.
How do I find previous commands in unix?
why metadb requires a seperate slice to create Solaris volume manager
How does pipe () work?
What is command statement?
What does the command ' $who | sort –logfile > newfile' do?
Explain ‘system calls’ with respect to unix commands?
What is difference between grep and find command in unix?
What does awk stand for?
Which command is used to delete all files in the current directory and all its sub-directories?
What do know about tee command and its usage?