base32: add Italian translation.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
4a87d225b0
commit
83c9238c19
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`
|
Reference in New Issue
Block a user