|
|
Display Date and Time using shell script - Shell Scripting
|
Views : 333
|
|
Tagged in : Shell Scripting
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|