From: Matthew Seaman <[EMAIL PROTECTED]>
To: Jack Stone <[EMAIL PROTECTED]>
CC: freebsd-questions@freebsd.org
Subject: Re: Setting date variable
Date: Sat, 02 Sep 2006 20:28:39 +0100
Jack Stone wrote:
> I could use the "date" command to do: 2006-09.txt or maybe 2006-Sep.txt
> but I haven't found a simple way to set a variable make date spell out
> the whole name of the month to match the file name.
date +"%Y-%B.txt"
See strftime(3) for all of the %-escapes you can use.
Cheers,
Matthew
Thanks, Matthew. I knew it would be some simple way!
striftime is now my friend!
Happy Trails,
Jack
_________________________________________________________________
Windows Live Spaces is here! ItÂ’s easy to create your own personal Web site.
http://spaces.live.com/signup.aspx
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"