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

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

Re: Help


From: Stepan Kasal
Subject: Re: Help
Date: Mon, 31 Jan 2005 07:57:42 +0100
User-agent: Mutt/1.4.1i

Hi,
  I think help-gnu-utils might be a better address then bug-* for this
question.  Or you could try news: comp.unix.shell is very helpful.

Anyway:
On Mon, Jan 31, 2005 at 12:35:37AM +0100, francesco viscomi wrote:
> ^A.*\.$

Actually, you may have problems with quoting; do you call grep like this:

grep '^A.*\.$'

Otherwise, the shell would interpret the backslash, so you'd have to use

grep "^A.*\\.\$"

or even

grep ^A.\*\\.\$

Hope this helps,
        Stepan Kasal




reply via email to

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