hexyl: add French translation (#12321)

pull/23/head
Alexandre ZANNI 2024-02-22 19:56:48 +01:00 committed by GitHub
parent acafa88054
commit 827a5e114c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

20
pages.fr/common/hexyl.md Normal file
View File

@ -0,0 +1,20 @@
# hexyl
> Un simple visualiseur hexadécimal pour le terminal. Il utilise des couleurs pour distinguer les différentes catégories d'octets.
> Plus d'informations : <https://github.com/sharkdp/hexyl>.
- Affiche la représentation hexadécimale d'un fichier :
`hexyl {{chemin/vers/fichier}}`
- Affiche la représentation hexadécimale des n premiers octets d'un fichier :
`hexyl -n {{n}} {{chemin/vers/fichier}}`
- Affiche les octets 512 à 1024 d'un fichier :
`hexyl -r {{512}}:{{1024}} {{chemin/vers/fichier}}`
- Affiche 512 octets en commençant par le 1024e octet :
`hexyl -r {{1024}}:+{{512}} {{chemin/vers/fichier}}`