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 does grep v do?
How do I search for text in vi?
Explain command to view process running?
How to find $ai_serual resolved path by using unix
Explain the steps that a shell follows while processing a command.
What is the general format of unix command syntax?
Why is awk called awk?
What is the difference between awk and grep?
Is it inbetween or in between?
Which unix command lists files/folders in alphabetical order?
What is the use of tee command?
How to display no of records in oracle using unix command?
How do you grep a case insensitive?
What is the function of grep command in unix?
Is ‘du’ a command? If so, what is its use?