|
Finding the Current Date and Time from the Command Line on Linux/UNIX |
|
|
|
|
Written by Trevor Gontz
|
|
Tuesday, 18 November 2008 |
|
To determine the current date and time under Linux/UNIX you simply type the following at a command prompt: echo -e `date`
|
|
Last Updated ( Tuesday, 18 November 2008 )
|