From: Henry Margies <henry.margies@gmx.de>
To: linux-c-programming@vger.kernel.org
Subject: Re: getdate(3) - format date
Date: Mon, 25 Sep 2006 10:53:33 +0200 [thread overview]
Message-ID: <1159174413.3918.28.camel@localhost.localdomain> (raw)
In-Reply-To: <200609222239.43219.hitoc_mail@yahoo.it>
Hello HIToc,
On Fri, 2006-09-22 at 22:40 +0200, HIToC wrote:
> Now I have tried your script but it does not exports the DATEMSK to the
> environment: if next the execution of the script I type
> echo $DATEMSK it prints nothing.
How did you execute the script? In order to have the variable exported,
you have to source this shell script. Try something like this:
. ./script
or
source ./script
Best regards,
Henry
next prev parent reply other threads:[~2006-09-25 8:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-21 20:36 getdate(3) - format date HIToC
2006-09-22 7:28 ` Steve Graegert
2006-09-22 20:40 ` HIToC
2006-09-25 8:53 ` Henry Margies [this message]
2006-09-26 17:27 ` HIToC
2006-09-28 7:38 ` Henry Margies
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=1159174413.3918.28.camel@localhost.localdomain \
--to=henry.margies@gmx.de \
--cc=linux-c-programming@vger.kernel.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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).