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
Enumerate some of the most commonly used network commands in unix?
What is awk used for?
What does the metacharacter mean?
What is the first character of the output in ls l command?
How can you see the command line history?
What does this command do,"$more readme.txt“?
What are the differences among a system call, a library function, and a unix command?
What is merge command in unix?
How do I search a whole word in vim?
Why is shebang used?
What does this command do? Cat food 1 > kitty
Explain ‘library functions’ with respect to unix commands?
Can you explain a little bit about command substitution?
What is command statement?
Explain command to view process running?