jorx
02-12-2006, 05:55 AM
Hi, I want to find a file on the harddisk that contains a certain text. I tried to use
grep -R text /
but after about 24 hours the program has not yet exited and no files were found even if I placed a file myself to test the program.
So how should I do it?
Regards
/J Lindroos
grep -R text /
but after about 24 hours the program has not yet exited and no files were found even if I placed a file myself to test the program.
So how should I do it?
Regards
/J Lindroos