.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH sleep 1 "sleep 0.1.0" .SH NAME sleep \- Suspend execution for an interval of time .SH SYNOPSIS \fBsleep\fR [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] <\fIseconds\fR> .SH DESCRIPTION The sleep utility suspends execution for a minimum of the specified number of seconds. This number must be positive and may contain a decimal fraction. sleep is commonly used to schedule the execution of other commands .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR Print help information (use `\-h` for a summary) .TP \fB\-V\fR, \fB\-\-version\fR Print version information .TP <\fIseconds\fR> The number of seconds to sleep .SH VERSION v0.1.0 .SH AUTHORS