Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the syntax of "grep" command?

Answer Posted / kaustubh

grep command is a utility which helps in searching pattern
from the given file.

example

grep "pattern" /home/username/somefile.txt

it ll search all lines in the file somefile.txt and will
print the line which contains pattern.

there are many options as
-v = invert
-i = ignorecase
-c = count
-l = filename
-r = recursive

Is This Answer Correct ?    7 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l

3757


What does $$ mean in shell script?

1048


Is cmd a shell?

1010


What is the lifespan of a variable inside a shell script?

1644


How to print all array elements and their respective indexes?

956


How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?

1096


Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.

1281


How can I send a mail with a compressed file as an attachment?

1031


Explain about stdin, stdout and stderr?

1167


I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?

1336


What is the difference between break and continue commands?

1089


What is difference between bash and shell?

1090


What is shell variable?

912


How to check if the previous command was run successfully?

1029


What is bash shell command?

1000