Replace non-breaking space with regular space in French pages (#6842)
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# base64
|
||||
|
||||
> Encoder ou décoder un fichier ou l'entrée standard en utilisant le codage Base64 à destination de la sortie standard.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/base64>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/base64>.
|
||||
|
||||
- Encode un fichier :
|
||||
- Encode un fichier :
|
||||
|
||||
`base64 {{fichier}}`
|
||||
|
||||
- Décode un fichier :
|
||||
- Décode un fichier :
|
||||
|
||||
`base64 --decode {{fichier}}`
|
||||
|
||||
- Encode depuis stdin :
|
||||
- Encode depuis stdin :
|
||||
|
||||
`{{une_commande}} | base64`
|
||||
|
||||
- Décode depuis stdin :
|
||||
- Décode depuis stdin :
|
||||
|
||||
`{{une_commande}} | base64 --decode`
|
||||
|
Reference in New Issue
Block a user