I'm having difficaultiesSearching within a whole directory and sub directories for a certain phrase using grep or a better command in linux to find a sentense'
I use the following command grep -rni this is a test * but it seems not to search correctly.
Am I doing something wrong?