Display Date and Time using shell script

by Nirmala 2010-01-28 14:44:40

Display Date and Time using shell script
Use the below shell script to display date and time.
text="Today's date: `date`"
echo $text

Tagged in:

1223
like
0
dislike
0
mail
flag

You must LOGIN to add comments