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