zsh-users
 help / color / mirror / code / Atom feed
From: Vincent Lefevre <vincent@vinc17.org>
To: Zsh Users <zsh-users@sunsite.dk>
Subject: Re: Replacing sed for zsh portability
Date: Tue, 16 Aug 2005 18:18:14 +0200	[thread overview]
Message-ID: <20050816161814.GA10992@ay.vinc17.org> (raw)
In-Reply-To: <20050816155114.GA1854@DervishD>

On 2005-08-16 17:51:14 +0200, DervishD wrote:
>     The thing is perfectly suitable to be done in sed, in fact it is
> a one-liner (three lines if non-GNU sed), and it can even be done in
> one or two lines in Zsh. Introducing a dependency with Perl just for
[...]

The problem with sed is that it is non-portable, and it is difficult
to be sure that a sed call will work as expected on any machine.

With zsh, things related to regexp are difficult to read, and the
behaviour often depends on options (one needs to remember to use
"emulate -LR zsh", and this should be OK, however).

I've had to switch to Perl for a simple replacement just because
in-place editing with sed isn't supported everywhere, and when it
is supported, it doesn't behave in the same way on every machine.
Though this is in a zsh function, I haven't tried with zsh.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


  reply	other threads:[~2005-08-16 16:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-15 10:35 DervishD
2005-08-15 10:39 ` DervishD
2005-08-15 11:22 ` Peter Stephenson
2005-08-15 20:21   ` DervishD
2005-08-16 15:40 ` Vincent Lefevre
2005-08-16 15:51   ` DervishD
2005-08-16 16:18     ` Vincent Lefevre [this message]
2005-08-16 16:34       ` Oliver Kiddle
2005-08-16 18:02         ` Vincent Lefevre
2005-08-16 16:54       ` DervishD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050816161814.GA10992@ay.vinc17.org \
    --to=vincent@vinc17.org \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).