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
462 B
Markdown
Raw Normal View History

2021-10-06 15:43:02 +05:30
# exit
> शेल से बाहर निकलें।
> अधिक जानकारी: <https://manned.org/exit>।
- निष्पादित अंतिम कमांड के निकास कोड के साथ शेल से बाहर निकलें:
`exit`
- निर्दिष्ट निकास कोड के साथ शेल से बाहर निकलें:
`exit {{निकास_कोड}}`