View Single Post

  #7 (permalink)  
Old 05-13-2008, 07:06 PM
sainipardeep sainipardeep is offline
Junior Member
User
 
Join Date: May 2008
My distro: Debian
Posts: 8
Rep Power: 0
sainipardeep is on a distinguished road
Default Some problem

1. egrep '(2[8-9]|3[0])/April/2008' server-81-access_log

If we try this command there will be no output.

2. egrep '(2[8-9]|3[0])/April/2008|0[1-2]/May/2008' server-81-access_log

if we try this command there is output but for 1st n 2nd may only not for the april dates.......
Reply With Quote