Re: Extract lines from text file

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



On Wed, Aug 15, 2012 at 1:26 PM, Tony Molloy <tony.molloy@xxxxx> wrote:
>>>
>> ]$ cat testcentoslist | egrep ^m.*:.*:.*:850:
>> m9718308:pw:9301:850: Lynch  :/home/pgstud/m9718508:/bin/bash
>>
>
> Exactly what I needed. I'll just drop the cat as a later poster
> pointed out.
>

sed -n -e '/pattern/p' can match anything grep would do and might be
even more useful if you want substitutions for subsequent use.  And of
course perl can do anything sed can do, and then some...

-- 
  Les Mikesell
    lesmikesell@xxxxxxxxx
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux