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 the first character of the output in ls l command?
Differentiate cmp command from diff command.
What is command substitution?
What are bash commands?
What is grep and how do you use it?
How can we use grep command in unix?
What is the pipe command?
How to find $ai_serual resolved path by using unix
How do I clear my terminal history?
Give the command for finding the current date.
What is the use of awk command in unix?
Explain the steps that a shell follows while processing a command.
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What do know about tee command and its usage?
What is the behavioural difference between cmp and diff commands?