unixwhoopie
Programmer
I am trying to do a grep on a file, but I am always getting this message -
Binary file tmp.log matches.
I am giving the following command to search for 3038 and display all the lines in the file -
grep -40 '3038' tmp.log
I am kind of new to grep and trying to figure it out...
thanks
Binary file tmp.log matches.
I am giving the following command to search for 3038 and display all the lines in the file -
grep -40 '3038' tmp.log
I am kind of new to grep and trying to figure it out...
thanks