2011-05-23 14:00:31 -04:00
|
|
|
.TH DATE 1 sbase\-VERSION
|
|
|
|
.SH NAME
|
|
|
|
date \- print date and time
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B date
|
|
|
|
.RB [ \-d
|
|
|
|
.IR time ]
|
|
|
|
.RI [+ format ]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B date
|
|
|
|
prints the date and time. If a
|
|
|
|
.I format
|
|
|
|
is given it is used to format the date as per
|
2011-05-25 13:29:46 -04:00
|
|
|
.IR strftime (3).
|
2011-05-23 14:00:31 -04:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.BI \-d " time"
|
|
|
|
prints
|
|
|
|
.I time
|
|
|
|
instead of the system time, given as the number of seconds since the Unix epoch.
|
2011-05-25 13:29:46 -04:00
|
|
|
.SH SEE ALSO
|
|
|
|
.IR strftime (3)
|