[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Detecting GNU sed
From: |
Alexandre Oliva |
Subject: |
Re: Detecting GNU sed |
Date: |
31 Oct 2000 06:02:29 -0200 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
On Oct 31, 2000, Pavel Roskin <address@hidden> wrote:
> +(echo 'xyz-xY' | $sed 's/\bx.\b/XY/' | grep 'xyz-XY') >/dev/null 2>&1 ||
Use test "x`echo ... | $sed ...`" = "x..." instead. Other than that,
ok.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer address@hidden, redhat.com}
CS PhD student at IC-Unicamp address@hidden, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me
- Detecting GNU sed, Pavel Roskin, 2000/10/31
- Re: Detecting GNU sed,
Alexandre Oliva <=