mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
base32: add Italian translation.
This commit is contained in:
parent
4a87d225b0
commit
83c9238c19
1 changed files with 19 additions and 0 deletions
19
pages.it/common/base32.md
Normal file
19
pages.it/common/base32.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# base32
|
||||||
|
|
||||||
|
> Codifica o decodifica file o standard input in Base32 su standard output.
|
||||||
|
|
||||||
|
- Codifica un file:
|
||||||
|
|
||||||
|
`base32 {{nome_file}}`
|
||||||
|
|
||||||
|
- Decodifica un file:
|
||||||
|
|
||||||
|
`base32 -d {{nome_file}}`
|
||||||
|
|
||||||
|
- Codifica da stdin:
|
||||||
|
|
||||||
|
`{{comando}} | base32`
|
||||||
|
|
||||||
|
- Decodifica da stdin:
|
||||||
|
|
||||||
|
`{{comando}} | base32 -d`
|
Loading…
Add table
Reference in a new issue