mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:02:09 +02:00
16 lines
526 B
Markdown
16 lines
526 B
Markdown
# sleep
|
|
|
|
> കാലതാമസം വരുത്തുവാനുള്ള പ്രോഗ്രാം.
|
|
> കൂടുതൽ വിവരങ്ങൾ: <https://www.gnu.org/software/coreutils/sleep>.
|
|
|
|
- നിമിഷങ്ങൾ വൈകിക്കാൻ:
|
|
|
|
`sleep {{നിമിഷങ്ങൾ}}`
|
|
|
|
- മിനിറ്റുകൾ വൈകിക്കാൻ:
|
|
|
|
`sleep {{മിനിറ്റുകൾ}}m`
|
|
|
|
- മണിക്കൂറുകൾ വൈകിക്കാൻ:
|
|
|
|
`sleep {{മണിക്കൂറുകൾ}}h`
|