×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
In computing, sleep is a command in Unix, Unix-like and other operating systems that suspends program execution for a specified time.
関連する質問
2023/12/04 · The Bash `Sleep` Command serves as a pause button, enabling computers to wait for a specified duration before proceeding to the next task in a ...
2022/12/13 · /bin/sleep is Linux or Unix command to delay for a specified amount of time. · You can suspend the calling shell script for a specified time. · In ...
sleep() causes the calling thread to sleep either until the number of real-time seconds specified in seconds have elapsed or until a signal arrives which is not ...

sleep

スリープ
sleepは、プログラムの実行を指定された時間だけ中断する、UNIXのコマンドラインプログラムである。sleepコマンドは呼び出したプロセスを、指定された値の秒、分、時間、日よりも長い間だけ中断する。 ウィキペディア
プログラミング言語C言語
オペレーティング システムUNIX, Unix系, V, Plan 9 from Bell Labs, Inferno, OS-9, MSX-DOS, FreeDOS, Microsoft Windows, KolibriOS, IBM i
デベロッパーベル研究所, マイクロソフト, マイクロウェア, Trane Francks
ライセンスGNU Core Utilities: GPLv3+; FreeDOS: GPLv2; Plan 9 from Bell Labs: MIT License
sleep - Unix, Linux Command - Pause for NUMBER seconds. SUFFIX may be s for seconds (the default), m for minutes, h for hours or d for days.
2023/05/26 · Explains how to sleep bash script using the sleep command under Linux / UNIX / BSD / Apple OS X to add delay for a specified amount of time.
2021/02/03 · The sleep command accepts floating-point numbers. It allows multiple values, which are all added together to calculate the duration of sleep .
A computer program (process, task, or thread) may sleep, which places it into an inactive state for a period of time. Eventually the expiration of an ...
The sleep() function will cause the calling thread to be suspended from execution until either the number of real-time seconds specified by the argument ...
The sleep utility will suspend execution for at least the integral number of seconds specified by the time operand. OPERANDS The following operands are ...