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 is $0 bash?
What does find command return in unix?
Which command can you use to find the currently running process in unix server?
What is command statement?
How to use grep command to list find the records of a file containing 10 different strings?
How do I delete files from command prompt?
What are some command words?
Enumerate some of the most commonly used network commands in unix?
What is unix command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Are you in or at the office?
What is grep command in unix with examples?
What do chmod command do?
What is sed awk grep?
Explain the steps that a shell follows while processing a command.