Go to the first, previous, next, last section, table of contents.


遅延

sleep: 指定した時間の遅延(Delay for a specified time)

sleepは,コマンドライン引数の値の合計で指定された時間,一時停止し ます.構文は以下のとおりです.

sleep [number[smhd]]...

それぞれの引数は,オプションの単位が続く数字です.デフォルトは秒です.単 位は以下のとおりです.

`s'
`m'
`h'
時間
`d'

オプションは`--help'`--version'だけです.See section 共通のオプション.


Go to the first, previous, next, last section, table of contents.