Hello,
I'm working with ksh.
I was working with the echo command
That is
echo "Today is $date"
which would show for example
Toady is 7/12/12
which was fine
however, know I only recieve the first part of the echo without the date.
Today is
Could I have edited the echo function?
Thanks JD
I'm working with ksh.
I was working with the echo command
That is
echo "Today is $date"
which would show for example
Toady is 7/12/12
which was fine
however, know I only recieve the first part of the echo without the date.
Today is
Could I have edited the echo function?
Thanks JD