emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#8064: closed (anyone home?)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8064: closed (anyone home?)
Date: Thu, 17 Feb 2011 21:42:02 +0000

Your message dated Thu, 17 Feb 2011 22:50:30 +0100
with message-id <address@hidden>
and subject line Re: bug#8064: anyone home?
has caused the GNU bug report #8064,
regarding anyone home?
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
8064: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8064
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: anyone home? Date: Thu, 17 Feb 2011 11:27:37 -0600 anyone home?

to help lowly newbies with the "date" command in bash.

please include 1 example that shows the '+' character in front of the format string. It winds up taking a lot of looking to figure out this simple syntax.

Thanks

David Heitzman

--
Life moves on, whether we act as cowards, or heroes.

--- End Message ---
--- Begin Message --- Subject: Re: bug#8064: anyone home? Date: Thu, 17 Feb 2011 22:50:30 +0100
David H wrote:
> anyone home?
>
> to help lowly newbies with the "date" command in bash.
>
> please include 1 example that shows the '+' character in front of the format
> string. It winds up taking a lot of looking to figure out this simple
> syntax.

I ran "info coreutils date" (because "man date" suggests it),
then searched for "date \+".  Here are two:

     $ date +'%Y-%m-%d %H:%M:%S %z'  # %z is a GNU extension.
     2004-02-29 16:21:42 -0800
     $ date +'@%s.%N'  # %s and %N are GNU extensions.
     @1078100502.692722128


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]