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


Please Help Members By Posting Answers For Below Questions

What is grep short for?

734


What is .sh file?

828


What is the use of the command 'ls -x chapter[1-5]' ?

886


How does the system know where one command ends and another begins?

1843


How many unix commands are there?

805


Explain the steps that a shell follows while processing a command.

903


What do know about tee command and its usage?

838


What is the command to find maximum memory taking process on the server?

875


Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

1188


What does the “echo” command do?

826


What is $0 bash?

876


Who command in unix operating system?

850


Which unix command lists files/folders in alphabetical order?

1052


What is the difference between cat command and more command?

779


What is the comma to display different lines that are found when compare two files?

785