Display Date and Time using shell script - Shell Scripting Views : 333
Tagged in : Shell Scripting
0 0
Send mail
Display Date and Time using shell script
Use the below shell script to display date and time.
text="Today's date: `date`"
echo $text

By Nirmala, On - 2010-01-28



    Login to add Comments .