From: Mikhail Zabaluev <mookid@sigent.ru>
To: mandrake-russian@linuxteam.iplabs.ru
Subject: [mdk-re] Re: [mdk-re] имя файла
Date: Thu Mar 22 01:24:16 2001
Message-ID: <20010322005550.A1167@localhost.localdomain> (raw)
In-Reply-To: <000901c0b23e$4bda2d40$1680a8c0@tebuk.ru>; from vlm@tebuk.parma.ru on Wed, Mar 21, 2001 at 10:36:59PM +0300
Hello Vladimir,
On Wed, Mar 21, 2001 at 22:36 +0300, Vladimir Motov wrote:
>
> > я бы сказал
> > gzip -c < exp.dmp > `date +'%Y%m%d'.dmp.gz` && rm exp.dmp
>
> gzip < exp.dmp > 'date +'%Y%m%d
> получается
> date +%Y%m%d - имя файла
Внешние кавычки не прямые, а обратные (на Win-клавиатуре - клавиша слева
от цифры 1). Чтобы не путать, можно писать так:
gzip -c < exp.dmp > $(date +'%Y%m%d'.dmp.gz) && rm exp.dmp
--
Stay tuned,
MhZ mailto:mookid@sigent.ru
-----------
You can never do just one thing.
-- Hardin
next prev parent reply other threads:[~2001-03-22 1:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-03-21 18:49 denf
2001-03-21 19:55 ` [mdk-re] " Vladimir Motov
2001-03-21 22:01 ` [mdk-re] " Alexey Voinov
2001-03-21 22:30 ` Vladimir Motov
2001-03-22 1:24 ` Mikhail Zabaluev [this message]
2001-03-22 10:08 ` Vladimir Motov
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=20010322005550.A1167@localhost.localdomain \
--to=mookid@sigent.ru \
--cc=mandrake-russian@linuxteam.iplabs.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 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