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

committed by
Starbeamrainbowlabs

parent
83c9238c19
commit
4ac8a6b9e4
19
pages.it/common/base64.md
Normal file
19
pages.it/common/base64.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# base64
|
||||
|
||||
> Codifica o decodifica file o standard input in Base64 su standard output.
|
||||
|
||||
- Codifica un file:
|
||||
|
||||
`base64 {{nome_file}}`
|
||||
|
||||
- Decodifica un file:
|
||||
|
||||
`base64 -d {{nome_file}}`
|
||||
|
||||
- Codifica da stdin:
|
||||
|
||||
`{{comando}} | base64`
|
||||
|
||||
- Decodifica da stdin:
|
||||
|
||||
`{{comando}} | base64 -d`
|
Reference in New Issue
Block a user