Skip to content

sleep.cmd 2.0.10

Install from the command line:
Learn more about npm packages
$ npm install @nodef/sleep.cmd@2.0.10
Install via package.json:
"@nodef/sleep.cmd": "2.0.10"

About this version

Sleep for specified time in Windows Console.
🖥️ Command prompt, 📜 Files,

Exactly same as sleep in Unix.
Source code for windows executable.

Stability: Stable.


# Install on Windows
$ npm install -g sleep.cmd

$ sleep <number>[unit] | [option]
# Units:
# s: sleep for number seconds.
# m: sleep for number minutes.
# h: sleep for number hours.
# d: sleep for number days.
# Options:
# --help: get help
# --version: get version details

# sleep for 0.1 seconds
$ sleep 0.1

# sleep for 1.23 minutes
$ sleep 1.23m

# sleep for 1 day 23 hours
$ sleep 1d && sleep 23h


References



Details


Assets

  • sleep.cmd-2.0.10-npm.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0