Answer Posted / vasanth
grep: Find lines in a file that match a regular expression
syntax: grep [options] pattern [files]
Useful Options : -v, -l, -L, -c, -n, -b, ,-i
-v Print only lines that donot match the regular expression
-l Print only names of files that contains matching
lines,not the line themseleves
for furthur information
pls ref. linux pocket guide by Daniel J. Barrett (page-71)
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
is this growing field and what is average package in this?
What is the difference between bash and shell?
What is path in shell script?
What is the purpose of scripting?
How important is shell scripting?
What does echo $0 do?
Explain how you Automate your application using Shell scripting.
How do I run a shell script in powershell?
determine the output of the following command: echo ${new:-variable}
What is bash used for?
What is a boot block?
What is difference between shell and bash scripting?
How to pass an argument to a script?
What can you do with powershell?
Why should we use shell scripts?