jsleep, jtool sleep
jsleep is used to sleep a number of seconds.
Note: For installation instructions, see jtool.
Syntax
Copy
jsleep [-h|-?|-help] [-l <loglevel>] [-f <logfile>] <seconds>
| Option | Default | Purpose |
|---|---|---|
| -h, -?, -help |
|
Shows the help. |
-l <loglevel> |
${JCS_LOGLEVEL:-info}
|
Sets the log level. |
-f <logfile>${JCS_LOGFILE:-stderr} |
Logs to a file instead of stdout and stderr. |
|
<seconds>
|
|
Time to sleep in seconds, with millisecond resolution. |