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:
parent
c000d82592
commit
ace75d91fc
1 changed files with 16 additions and 0 deletions
16
pages.bn/windows/exit.md
Normal file
16
pages.bn/windows/exit.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# exit
|
||||||
|
|
||||||
|
> বর্তমান CMD ইনস্ট্যান্স বা বর্তমান ব্যাচ ফাইল থেকে বাহির হোন।
|
||||||
|
> আরও তথ্যের জন্য: https://learn.microsoft.com/windows-server/administration/windows-commands/exit.
|
||||||
|
|
||||||
|
- বর্তমান CMD উদাহরণ থেকে বাহির হোন:
|
||||||
|
|
||||||
|
`exit`
|
||||||
|
|
||||||
|
- বর্তমান ব্যাচ স্ক্রিপ্ট থেকে বাহির হোন:
|
||||||
|
|
||||||
|
`exit /b`
|
||||||
|
|
||||||
|
- নির্দিষ্ট প্রস্থান কোড ব্যবহার করে বন্ধ করুন:
|
||||||
|
|
||||||
|
`exit {{2}}`
|
Loading…
Add table
Reference in a new issue