What is the syntax of grep command and what is its use?
Answer Posted / amit
grep command is used to search the any word, any sentence
from given or input file.
syntex of grep command is
grep "word or sentence" filename
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What do know about tee command and its usage?
What is the unix command to confirm a remote host is alive or not?
What does pipe () return?
What is the difference between cat and more command?
What is time_t?
Explain ‘system calls’ with respect to unix commands?
How do I find previous commands in unix?
How does the system know where one command ends and another begins?
What is $0 bash?
Can you explain a little bit about command substitution?
Are you in or at the office?
Is grep faster than awk?
How do you grep recursively?
Differentiate cat command from more command.
How do I search a whole word in vim?