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 does this command do? Cat food 1 > kitty
What is the behavioural difference between cmp and diff commands?
Explain mount and unmount command.
What does touch command do in unix?
What is the use of cut command in unix?
Name the general commands in using unix os for a beginner?
What is the difference between cat command and more command?
What is grep command in unix with examples?
What are bash commands?
What is .sh file?
Which command should you use to find the remaining disk space in unix server?
Can you explain a little bit about command substitution?
Write a command that will display files in the current directory, in a colored, long format.
What is the use of the command 'ls -x chapter[1-5]' ?
What does sed command do in unix?