Results 1 to 2 of 2
Hi all,
I am charan and I am new to the world of Linux. I am currently searching a log files server.log, server1.log, server2.log which has the following format NAME ...
- 10-19-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 1
Help regarding piping
Hi all,
I am charan and I am new to the world of Linux. I am currently searching a log files server.log, server1.log, server2.log which has the following format NAME (title), DATE (dd/mm/yy), ERROR (error number), etc. I need to search for the lines with ERROR: 128, NAME: mobile, DATE: 15/10/10. I know that its present in one the files but not sure which one.
I am using grep and nothing shows at all.
grep 15/10/10 *.log | grep mobile | grep 128
Please help with this issue and I thank you all in advance for your help.
Thanks
CharanLast edited by charanv; 10-19-2010 at 01:57 AM. Reason: spell
- 10-28-2010 #2


Reply With Quote

