zsh-users
 help / color / mirror / code / Atom feed
From: "krasnal" <krasnal@2-0.pl>
To: zsh-users@sunsite.dk
Subject: Re: Little problem while converting from bash (quoting/splitting?)
Date: Sun, 15 May 2005 16:48:37 +0300	[thread overview]
Message-ID: <20050515134623.M88380@2-0.pl> (raw)
In-Reply-To: <1050512162911.ZM17235@candle.brasslantern.com>

On Thu, 12 May 2005 16:29:11 +0000, Bart Schaefer wrote
> Bash apparently reads stdin/stdout pipes in text mode, whereas zsh 
> does so in binary mode.  It's somewhat reasonable to assume pipes 
> are text in a shell context, but because zsh has so many ways to 
> manipulate parameters, I seem to recall a there was a conscious 
> decision made to use text mode as little as possible; in effect, 
> it's used only when reading from files.

I understand the difference but I'm not sure I follow your arguments
here :)).  Why reading in text mode would be problematic?

> Which suggests a possible workaround; I don't have a cygwin zsh 
> handy to try it:
> 
>     for f in $(<=(cleartool lsvob -short | head -10)); do ...

Yes it helps.  Thank you.

Best regards
Andrzej
-- 
    ____   _  ___ 
   /  | \_/ |/ _ \   Andrzej Marek Ostruszka 
  / _ |     | (_) |       MPSC (Cracow)
 /_/ L|_|V|_|\___/  (GnuPG key ID: 0x3D9C498A)


  reply	other threads:[~2005-05-15 13:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-12  6:28 krasnal
     [not found] ` <krasnal@2-0.pl>
2005-05-12  9:39   ` Peter Stephenson
2005-05-15 13:35     ` krasnal
2005-05-12 16:29 ` Bart Schaefer
2005-05-15 13:48   ` krasnal [this message]
2005-05-15 18:48     ` Bart Schaefer
2005-05-19 13:17       ` krasnal

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=20050515134623.M88380@2-0.pl \
    --to=krasnal@2-0.pl \
    --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).