mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
exit: add Bengali translation (#11222)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# exit
|
||||
|
||||
> বর্তমান CMD ইনস্ট্যান্স বা বর্তমান ব্যাচ ফাইল থেকে বাহির হোন।
|
||||
> আরও তথ্যের জন্য: https://learn.microsoft.com/windows-server/administration/windows-commands/exit.
|
||||
|
||||
- বর্তমান CMD উদাহরণ থেকে বাহির হোন:
|
||||
|
||||
`exit`
|
||||
|
||||
- বর্তমান ব্যাচ স্ক্রিপ্ট থেকে বাহির হোন:
|
||||
|
||||
`exit /b`
|
||||
|
||||
- নির্দিষ্ট প্রস্থান কোড ব্যবহার করে বন্ধ করুন:
|
||||
|
||||
`exit {{2}}`
|
||||
Reference in New Issue
Block a user