Re: Scripting Problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Apr 28, 2004 at 06:51:08PM -0700, redhat@xxxxxxxxxxxx wrote:
> I have a file that contains a bunch of the following entries:
> 
> trusty.F.0038 02/11/02
> trusty.F.0058 04/11/04
> trusty.F.0063 05/12/02
> trusty.F.0064 05/13/02
> trusty.F.0178 04/21/04
> trusty.F.0183 09/30/02
> trusty.F.0276 04/04/04
> .....
> 
> I would like to take out entries that match 04/xx/04 (xx does not matter)
> and dump them to a different file.  In this case 58, 178 and 276.  I am
> unable to do this with awk.  Anyone know of a way I can do this using
> csh??

It's easily done with egrep.

[ewilts@pe400 ewilts]$ egrep '.*04/../04' foo
trusty.F.0058 04/11/04
trusty.F.0178 04/21/04
trusty.F.0276 04/04/04

-- 
Ed Wilts, Mounds View, MN, USA
mailto:ewilts@xxxxxxxxxx
Member #1, Red Hat Community Ambassador Program


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux