mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
cls, type, ver: add Persian translation (#5165)
This commit is contained in:
parent
dbb0e9ef97
commit
9bfa87d991
3 changed files with 24 additions and 0 deletions
8
pages.fa/windows/cls.md
Normal file
8
pages.fa/windows/cls.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# cls
|
||||
|
||||
> پاک کردن صفحه.
|
||||
> اطلاعات بیشتر: <https://docs.microsoft.com/windows-server/administration/windows-commands/cls>.
|
||||
|
||||
- پاک کردن صفحه:
|
||||
|
||||
`cls`
|
8
pages.fa/windows/type.md
Normal file
8
pages.fa/windows/type.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# type
|
||||
|
||||
> نمایش محتویات فایل.
|
||||
> اطلاعات بیشتر: <https://docs.microsoft.com/windows-server/administration/windows-commands/type>.
|
||||
|
||||
- نمایش محتویات فایل مشخص شده:
|
||||
|
||||
`type {{path/to/file}}`
|
8
pages.fa/windows/ver.md
Normal file
8
pages.fa/windows/ver.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# ver
|
||||
|
||||
> نمایش شماره نسخه ویندوز یا داس
|
||||
> اطلاعات بیشتر: <https://docs.microsoft.com/windows-server/administration/windows-commands/ver>.
|
||||
|
||||
- نمایش شماره نسخه:
|
||||
|
||||
`ver`
|
Loading…
Add table
Reference in a new issue