How can I make such a conditional search in Bash like in Google
'python' imag
The word python must be in the search, while the word imag aims to match at least image and imaging.
I want to search a python module for images, perhaps in apt-get.
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.
The grep option for searching a word is -w: