1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.hi/common/exit.md

13 lines
517 B
Markdown
Raw Normal View History

2021-10-06 15:43:02 +05:30
# exit
> शेल से बाहर निकलें।
2024-01-01 15:56:36 +01:00
> अधिक जानकारी: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit>।
2021-10-06 15:43:02 +05:30
- निष्पादित अंतिम कमांड के निकास कोड के साथ शेल से बाहर निकलें:
`exit`
- निर्दिष्ट निकास कोड के साथ शेल से बाहर निकलें:
`exit {{निकास_कोड}}`