mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:02:08 +02:00
211 B
211 B
exit
쉘 종료. 더 많은 정보: https://manned.org/exit.1posix.
- 가장 최근에 실행된 명령의 종료 상태로 종료:
exit
- 특정 종료 상태로 종료:
exit {{종료_코드}}