As i use grep
E.g: grep -iL or -ir /directoryname
It just displays all the file-names and when i opened them it doesn't have the relevant specified string in it. I want to know does grep really work. Or I want to change to something else.
|
As i use grep E.g: grep -iL or -ir /directoryname It just displays all the file-names and when i opened them it doesn't have the relevant specified string in it. I want to know does |
||||
|
It is working fine.. example:
|
|||
|
|
/*behind the/directoryname? – Rinzwind Oct 9 '12 at 14:36rep -ir /directoryname/*– Rinzwind Oct 9 '12 at 17:06