From: Alexey Tourbin <at@altlinux.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] IFS="()" read
Date: Wed, 3 Oct 2007 02:20:53 +0400
Message-ID: <20071002222053.GP6159@solemn.turbinal> (raw)
In-Reply-To: <20071002220425.GO6159@solemn.turbinal>
[-- Attachment #1: Type: text/plain, Size: 1666 bytes --]
On Wed, Oct 03, 2007 at 02:04:25AM +0400, Alexey Tourbin wrote:
> On Wed, Oct 03, 2007 at 12:54:05AM +0300, Led wrote:
> > Если перед "read ..." ставить ";" или поставить его с новой строки, то
> > все шеллы правы.
>
> Но некоторые правее. :)
>
> $ echo 'executable(cat)' |ksh -c 'IFS="()"; read t r; echo $t $r'
> executable cat
> $ echo 'executable(cat)' |zsh -c 'IFS="()"; read t r; echo $t $r'
> executable cat)
> $
>
> Похоже на явный глюк в ksh -- типа IFS "не полностью присваивается".
> (А zsh вообще особо не претендует на совместимость...)
Вы меня сбили с толку --
$ echo 'executable(cat)' |ksh -c 'IFS="()"; read t r; echo "$t $r"'
executable cat)
$ echo 'executable(cat)' |zsh -c 'IFS="()"; read t r; echo "$t $r"'
executable cat)
$
(Здесь в последнем echo нужно квотить, иначе последняя скобка
отрезается при подстановке параметров в echo.)
Вопрос не грошовый -- как должен вести себя read если в IFS есть
non-whitespace delimiter и последняя буква сроки является как
раз таким delimiter? То есть в конце образовывается как бы "пустое
слово". Считается ли при этом, что "переменных не хватает" (и в таком
случае delimiter должен быть присоединен к строке "as is"), или же
переменных "как раз нормально хватает" и последний delimimter
отбрасывается?
Посмотрите внимательно описание IFS и read:
http://www.opengroup.org/onlinepubs/007908799/xcu/chap2.html
http://www.opengroup.org/onlinepubs/007908799/xcu/read.html
Вопрос не грошовый потому что это вопрос о статусе стандарта --
может ли он быть однозначно реализован или же это такой детский лепет
на тему "вот как примерно должен работать шелл".
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2007-10-02 22:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-02 21:26 Alexey Tourbin
2007-10-02 21:54 ` Led
2007-10-02 22:04 ` Alexey Tourbin
2007-10-02 22:20 ` Alexey Tourbin [this message]
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=20071002222053.GP6159@solemn.turbinal \
--to=at@altlinux.ru \
--cc=devel@lists.altlinux.org \
/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
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git