HP3000-L Archives

May 2002, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Steve Cooper <[log in to unmask]>
Reply To:
Steve Cooper <[log in to unmask]>
Date:
Fri, 24 May 2002 12:47:25 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
On Thu, 23 May 2002 17:46:47 -0500 (Central Daylight Time), "Newton,
Tony" <[log in to unmask]> wrote:

>That was the first tactic that I tried however I am still getting the D
>format assigned to my variable when I use
>
>:set day=`date -u +%d`
>:echo $day
>1
>:set day="`date -u +%d`"
>:echo $day
>1
>:
>
>Any other ideas?  BTW. I am using the Korn shell.

If you are using the Korn shell, try:

DAY="`date -u +%d`"
echo $DAY

Steve

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2