From: "Michael A. Kangin" <mak@complife.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Доработка после установки
Date: Fri, 7 Aug 2009 10:04:41 +0400
Message-ID: <200908071004.41679.mak@complife.ru> (raw)
In-Reply-To: <4A7BC1AD.8080002@ikir.ru>
On Пятница 07 августа 2009 09:54:53 Arcady Ivanov wrote:
> >> Что такое here-documents?
> >
> > cat > FILE << __EOF__
> > line1
> > line2
> > line3
> > __EOF__
> >
> > См. тж. bash(1) и практически любую книжку с упоминанием UNIX
> > shell, особенно рекомендую "UNIX: универсальная среда
> > программирования" (Керниган, Пайк).
>
> 1. Спасибо за прояснение термина.
> 2. См. скрипт. Там этот механизм используется. (Раздел, посвящёный sane)
>
> Конструкция "echo ... >>" связана с тем, что в скрипте много вариантов
> формирования
> содержимого файлов. И here-documents не катит.
как вариант:
if [ $a eq 1 ]; then
b=2
else
b=3
fi
cat >file.ini <<EOF
MYVAR=$b
EOF
--
wbr, Michael A. Kangin
next prev parent reply other threads:[~2009-08-07 6:04 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-06 9:43 [Comm] Доработка после установки (was: Что есть beagled?) Dmitry Chistikov
2009-08-06 9:44 ` Aleksander Gorohovski
2009-08-06 11:42 ` Arcady Ivanov
2009-08-06 11:58 ` [Comm] Доработка после установки Владимир Гусев
2009-08-06 12:58 ` [Comm] Доработка после установки (was: Что есть beagled?) Dmitry Chistikov
2009-08-06 20:13 ` [Comm] Доработка после установки Arcady Ivanov
2009-08-06 21:23 ` Michael Shigorin
2009-08-07 5:54 ` Arcady Ivanov
2009-08-07 6:04 ` Michael A. Kangin [this message]
2009-08-07 6:20 ` Arcady Ivanov
2009-08-07 5:48 ` Dmitry Chistikov
2009-08-07 5:59 ` Arcady Ivanov
2009-08-07 7:40 ` Dmitry Chistikov
2009-08-07 7:46 ` Arcady Ivanov
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=200908071004.41679.mak@complife.ru \
--to=mak@complife.ru \
--cc=community@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 Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git