I have file which contains something like :
Hi how are you
how are you
you are genius
hi i’am fine
this is test session
I need UNIX command which displays lines which contains “are” word.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
hmm, this is really the most basic use of
grep.