add sleep & date, thanks kamil

This commit is contained in:
Connor Lane Smith
2011-05-23 19:00:31 +01:00
parent 8e26716a5a
commit 474ee643ed
9 changed files with 84 additions and 5 deletions

20
date.1 Normal file
View File

@@ -0,0 +1,20 @@
.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
.BR strftime (3).
.SH OPTIONS
.TP
.BI \-d " time"
prints
.I time
instead of the system time, given as the number of seconds since the Unix epoch.