What is FIND, GREP and SED ? Could you please give me the
difference between all the three? Where we use this commnands?

Answer Posted / dj

Find : This unix command is used to search for a particular
file in unix directory. Syntax for the same is
find .* - <file name pattern>


Grep : This command will search for a string/text in
specified file. syntax for the saame is

grep -<switches> <pattern> <FileName>

there are number of switches availbale for this command.

Sed : its an editor

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you see the command line history?

806


What is {} in find command?

767


Name the general commands in using unix os for a beginner?

790


Write a command that will display files in the current directory, in a colored, long format.

907


Who command in unix?

767






What is grep in bash?

764


What does sed command do in unix?

768


Which command should you use to find the remaining disk space in unix server?

942


Can you explain a little bit about command substitution?

803


Name the unix command to find how many days the server has been up.

850


How to find $ai_serual resolved path by using unix

1242


How to use grep command to list find the records of a file containing 10 different strings?

827


What is the difference between awk and grep?

783


Why is it called grep?

738


What is time_t?

769