The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: Grep help
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-05-2008
flood flood is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 10
Grep help

I want to grep a range of times from a file.

File looks like this:
Jun 1 8:50:18
Jun 1 8:53:22
Jun 1 8:59:43
Jun 1 9:34:23
Jun 1 10:02:00
Jun 1 11:02:00
Jun 1 11:03:00
Jun 1 12:02:00
Jun 1 23:55:59

I want to grep for "Jun 1" but I want times 8-11.

I know its easy, but Im new!