Re: date stamp SOLVED
Re: date stamp SOLVED
- Subject: Re: date stamp SOLVED
- From: Greg Guerin <email@hidden>
- Date: Tue, 15 Jan 2008 11:11:48 -0700
Perry wrote:
> echo -n "//"
> date +%Y%m%d | awk '{printf "%s", $1}'
Can be replaced by:
echo -n "//" `date +%Y%m%d`
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden