mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
198 B
198 B
sleep
지정된 시간만큼 지연. 더 많은 정보: https://manned.org/sleep.
- 초 단위 지연:
sleep {{초}}
- 20초 지연 후 특정 명령 실행:
sleep 20 && {{명령}}