mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
base32: add Turkish translation (#5317)
This commit is contained in:
parent
97cddc20f2
commit
9db804476a
1 changed files with 19 additions and 0 deletions
19
pages.tr/common/base32.md
Normal file
19
pages.tr/common/base32.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# base32
|
||||
|
||||
> Bir dosya veya standart veriyi Base32 formatında şifrele veya yalın veri çıktısı olarak deşifre et.
|
||||
|
||||
- Bir dosyayı şifrele:
|
||||
|
||||
`base32 {{dosyaismi}}`
|
||||
|
||||
- Bir dosyayı deşifre et:
|
||||
|
||||
`base32 --decode {{dosyaismi}}`
|
||||
|
||||
- stdin'den şifrele:
|
||||
|
||||
`{{herhangibirkomut}} | base32`
|
||||
|
||||
- stdin'den deşifre et:
|
||||
|
||||
`{{herhangibirkomut}} | base32 --decode`
|
Loading…
Add table
Reference in a new issue