What is the syntax of grep command and what is its use?
Answer Posted / shilpa
syntax= % grep pattern file-name-1 file-name-2
It is used to search files
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain command to display different lines that are found when compare two files?
What is the unix command to confirm a remote host is alive or not?
Is grep faster than awk?
Write a command to kill the last background job?
How do I run a bash script?
What does touch command do in unix?
What is a command and examples?
What is .sh file?
What is the difference between grep and grep?
How many unix commands are there?
Name the general commands in using unix os for a beginner?
Explain command to show the space allocation of files?
What does awk stand for?
why metadb requires a seperate slice to create Solaris volume manager
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?