1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 03:22:08 +02:00
tldr/pages.ca/common/exit.md
2024-10-27 08:08:37 +01:00

226 B

exit

Surt del shell. Més informació: https://manned.org/exit.1posix.

  • Surt amb l'estat de sortida de l'ordre executada més recent :

exit

  • Surt amb un estat de sortida específic:

exit {{codi_de_sortida}}