Linux Shell脚本中执行下一条命令之前的延时设置sleep
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Linux Shell脚本中执行下一条命令之前等待设置,可以调用sleep、usleep
sleep 1 等待1秒,默认单位:秒
usleep 1000 等待1000微秒,默认单位:微秒
在linux里,sleep 的单位是秒,而在windows中,sleep 的单位是毫秒。
sleep 不但可以用秒为单位,还可以指定延迟的单位,例如:
sleep 1s 表示延迟一秒
sleep 1m 表示延迟一分钟
sleep 1h 表示延迟一小时
sleep 1d 表示延迟一天
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)