From: "Denis A. Yurashkou" <dayfuaim@msx.ru>
To: community@altlinux.ru
Subject: Re: [Comm] bash, date, mail
Date: Thu, 01 Apr 2004 11:21:33 +0400
Message-ID: <406BC2FD.5090202@msx.ru> (raw)
In-Reply-To: <406BAF6B.7030801@rmts.donpac.ru>
'Eugene Prokopiev' wrote on 01.04.2004 9:58:
> Здравствуйте!
>
> Почему я не могу отправить письмо так:
>
> $ export d=`date +'"date %x"'`
> $ echo $d
> "date 04/01/04"
> $ echo hello | mail -s $d john
> /bin/bash: -c: line 1: unexpected EOF while looking for matching `"'
> /bin/bash: -c: line 2: syntax error: unexpected end of file
> "04/01/04"": No match.
> mail: (null): Bad address
>
> но могу так:
>
> $ echo hello | mail -s "date 04/01/04" john
>
> ?
Потому что кавычки-с...
Потому что shell воспринимает $d как тему и адрес через пробел.
$ echo hello | mail -s "$d" john
>
--
----------------
Best regards, Denis A. Yurashkou [DAY]
(dayfuaim@msx.ru)
Origin: Stop the World -- I Wanna Get Off!..
prev parent reply other threads:[~2004-04-01 7:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-01 5:58 Eugene Prokopiev
2004-04-01 7:18 ` Artem K. Jouravsky
2004-04-01 7:21 ` Denis A. Yurashkou [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=406BC2FD.5090202@msx.ru \
--to=dayfuaim@msx.ru \
--cc=community@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 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