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

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

sed


From: Ruud H.G. van Tol
Subject: sed
Date: Tue, 18 Jan 2005 03:48:20 +0100

GNU sed version 4.1.2
  Copyright (C) 2003 Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There
is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE,
  to the extent permitted by law.

    $ echo some | /bin/sed -e 's/SOME/somephrase/I'
    somephrase

    $ echo som | /bin/sed -e 's/SOME/somephrase/I'
    Segmentation fault

    $ echo som | /bin/sed -e 's/SOME/somephrase/'
    som





reply via email to

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