Mailinglist Archive: opensuse (2488 mails)
| < Previous | Next > |
Re: [opensuse] Bash script help needed
- From: David Haller <opensuse@xxxxxxxxxx>
- Date: Tue, 6 Feb 2007 20:19:08 +0100
- Message-id: <20070206191908.GA5923@xxxxxxxxxxxxxxxxxx>
Hello,
On Mon, 05 Feb 2007, Randall R Schulz wrote:
>Well, it's good to learn that sed has an in-place editing option.
$ sed -i
sed: invalid option -- i
[..]
$ sed --version
GNU sed version 3.02
That is an unportable not quite recent addition to GNU sed. Other sed
implementations don't have it. Just keep that in mind, ok?
-dnh
--
"[the block drivers and the buffer cache] aren't incestuous,
they're just living in sin.. " -- Linus Torvalds
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
On Mon, 05 Feb 2007, Randall R Schulz wrote:
>Well, it's good to learn that sed has an in-place editing option.
$ sed -i
sed: invalid option -- i
[..]
$ sed --version
GNU sed version 3.02
That is an unportable not quite recent addition to GNU sed. Other sed
implementations don't have it. Just keep that in mind, ok?
-dnh
--
"[the block drivers and the buffer cache] aren't incestuous,
they're just living in sin.. " -- Linus Torvalds
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |