LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   find exact phrase (https://www.linuxquestions.org/questions/linux-general-1/find-exact-phrase-631612/)

subnet_rx 03-29-2008 08:17 PM

find exact phrase
 
I'm having trouble figuring out how to use find to find an exact phrase within files, and not something that is a part of another word. For instance, searching for var, I would not want variable to match.

osor 03-29-2008 08:28 PM

Code:

grep '\bvar\b'


All times are GMT -5. The time now is 10:48 AM.