From: Sviataslau Svirydau <Sviataslau_Svirydau@epam.com>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Bassh programming question
Date: Fri, 06 May 2005 15:13:15 +0300
Message-ID: <427B5F5B.1050006@epam.com> (raw)
In-Reply-To: <20050506120251.GA9102@basalt.office.altlinux.org>
Dmitry V. Levin wrote:
> Hi,
>
> On Fri, May 06, 2005 at 03:01:06PM +0300, Sviataslau Svirydau wrote:
>
>>Хочется использовать конструкцию
>>
>>exec i>"$file"
>>
>>для открытия дескриптора i для записи в файл (точнее, fifo).
>>Соответственно, то же самое для чтения. И хочется хранить номера
>>дескрипторов в переменных (и количество их может различаться от случая к
>>случаю).
>>Однако, следующая конструкция не работает:
>>
>>$ fd=5; exec $fd>"$file "
>>bash: exec: 5: not found
>>
>>Можно ли как-то обойти такое поведение и выполнить задуманное?
>
>
> Да, eval.
Таки получилось, спасибо...
На самом деле, я eval тоже пробовал, но оказалось, что неправильно...
Правильно: eval "exec $fd>file"
(я не заключал все выражение в кавычки)
--
Best Regards,
Sviatoslav Sviridov <Sviataslau_Svirydau at epam.com>
phone: +375 (17) 210 1662, ext. 1503
fax: +375 (17) 210 1168
mobile: +375 (29) 641 4214
--
pain, n.:
One thing, at least it proves that you're alive!
next prev parent reply other threads:[~2005-05-06 12:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-06 12:01 Sviataslau Svirydau
2005-05-06 12:02 ` Dmitry V. Levin
2005-05-06 12:13 ` Sviataslau Svirydau [this message]
2005-05-06 12:46 ` [devel] Bash " Sviatoslav Sviridov
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=427B5F5B.1050006@epam.com \
--to=sviataslau_svirydau@epam.com \
--cc=devel@altlinux.ru \
/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