What is FIND, GREP and SED ? Could you please give me the
difference between all the three? Where we use this commnands?
Answer Posted / ramana
FIND command is used to search a file. but the GREP is used
as filter generaly. it shows the matched patterence lines
of the file.
SED command is used to replace the pattren with other
pattren.
we can use wild cards charecters here.
this discription is only basic information only.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the general commands in using unix os for a beginner?
What does the metacharacter mean?
What is awk used for?
What is merge command in unix?
Which unix command lists files/folders in alphabetical order?
How does the system know where one command ends and another begins?
How do you grep a case insensitive?
What is grep short for?
What is the comma to show the space allocation of files?
Why is grep called grep?
What do know about tee command?
What are grep patterns?
Explain command to show the space allocation of files?
What command will change your prompt to myprompt?
What is the use of the tee command?