bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: need help


From: Chuck Swiger
Subject: Re: need help
Date: Mon, 13 Nov 2006 11:25:04 -0800

Hi, Frank--

On Nov 12, 2006, at 10:30 PM, Frank Huang wrote:

  //1. file: text.file
        a.c.dc
        a.c
        .ca.bc
 //2. i want to grep the line contain .c , and .c is the tail of the
line .
      How can I do ?

Try:

  grep '\.c$' text.file

--
-Chuck





reply via email to

[Prev in Thread] Current Thread [Next in Thread]