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
How can you see the command line history?
What is {} in find command?
Name the general commands in using unix os for a beginner?
Write a command that will display files in the current directory, in a colored, long format.
Who command in unix?
What is grep in bash?
What does sed command do in unix?
Which command should you use to find the remaining disk space in unix server?
Can you explain a little bit about command substitution?
Name the unix command to find how many days the server has been up.
How to find $ai_serual resolved path by using unix
How to use grep command to list find the records of a file containing 10 different strings?
What is the difference between awk and grep?
Why is it called grep?
What is time_t?