I'm very surprised no one has mentioned:
(没有人提到我,我感到非常惊讶:)
C:> timeout 5
NB Please note however (thanks Dan!) that timeout 5
means:
(NB请注意(感谢Dan!) timeout 5
意味着:)
Sleep anywhere between 4 and 5 seconds
(睡眠时间在4到5秒之间)
This can be verified empirically by putting the following into a batch file, running it repeatedly and calculating the time differences between the first and second echo
s:
(这可以通过将以下内容放入批处理文件中,重复运行并计算第一个和第二个echo
之间的时间差来凭经验验证:)
@echo off
echo %time%
timeout 5 > NUL
echo %time%
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…