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

exit: add Bengali translation (#11222)

This commit is contained in:
Riyaz Siddiqui 2023-10-25 20:23:22 +05:30 committed by GitHub
parent c000d82592
commit ace75d91fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages.bn/windows/exit.md Normal file
View file

@ -0,0 +1,16 @@
# exit
> বর্তমান CMD ইনস্ট্যান্স বা বর্তমান ব্যাচ ফাইল থেকে বাহির হোন।
> আরও তথ্যের জন্য: https://learn.microsoft.com/windows-server/administration/windows-commands/exit.
- বর্তমান CMD উদাহরণ থেকে বাহির হোন:
`exit`
- বর্তমান ব্যাচ স্ক্রিপ্ট থেকে বাহির হোন:
`exit /b`
- নির্দিষ্ট প্রস্থান কোড ব্যবহার করে বন্ধ করুন:
`exit {{2}}`