aboutsummaryrefslogtreecommitdiff
path: root/sleep.1
blob: c0c732fe93f3425c3241b2593210d952782911fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
SLEEP(1) "fases core"

# NAME

sleep \- suspend execution for an interval

# SYNOPSIS

*sleep* _time_

# DESCRIPTION

Suspend execution for an interval.

# EXAMPLES

*sleep 1*
	Suspend execution for one second.

*sleep 60*
	Suspend execution for 1 minute (60 seconds).

*sleep 90*
	Suspend execution for 1 minute and 30 seconds (90 seconds).

# AUTHOR

Written by Ferass EL HAFIDI as part of the fases 
project.

Source code is at http://git.vitali64.duckdns.org/utils/fases.git.

# COPYRIGHT

Copyright (C) 2022 Ferass EL HAFIDI