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
What is ctrl d?
What do know about tee command and its usage?
What is command substitution?
What is updatedb?
What is the command to compare two files in unix?
What is time_t?
Which command is used to copy files?
How do I search for a file in unix command?
Which command can you use to find the currently running process in unix server?
What does this command do? Cat food 1 > kitty
How do I delete files from command prompt?
Which command should you use to find the remaining disk space in unix server?
How do I find previous commands in unix?
What is awk command used for?
Why is grep called grep?