Answer Posted / khemnath chauhan
grep command let us find the desire pattern in given
statements or from contents of file.
SYNOPSIS:
$grep <pettern to search> <file name>
this will find the particular pattern.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How does pipe () work?
What are the differences among a system call, a library function, and a unix command?
How do I search for a file in unix command?
Is it inbetween or in between?
What is in grep command?
Name the various commands that are used for the user information in unix.
What is the comma to display different lines that are found when compare two files?
What command will change your prompt to myprompt?
Which command is used to kill the last background job?
What is the use of sed command in unix?
What do chown command do?
Which command is used to create a directory?
Which command will print your home directory on screen?
Enumerate some of the most commonly used network commands in unix?
How does shebang work?