1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 16:35:24 +02:00
tldr/pages.fr/common/exa.md
Nelson Figueroa 4eb2c0ca94
exa: update outdated translations (#16887)
* exa: update outdated translations

* Update pages.de/common/exa.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages.es/common/exa.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages.fr/common/exa.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages.it/common/exa.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages.ko/common/exa.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages.pl/common/exa.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* updating command in english page

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-18 13:05:50 -07:00

1 KiB

exa

Une alternative moderne à ls (pour lister le contenu de répertoires). Plus d'informations : https://github.com/ogham/exa#command-line-options.

  • Liste les fichiers, un par ligne :

exa {{[-1|--oneline]}}

  • Liste tous les fichiers, y compris les fichiers cachés :

exa {{[-a|--all]}}

  • Liste au format long (autorisations, propriété, taille et date de modification) de tous les fichiers :

exa {{[-l|--long]}} {{[-a|--all]}}

  • Liste les fichiers avec le plus volumineux en haut :

exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}

  • Affiche une arborescence de fichiers, sur trois niveaux de profondeur :

exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}

  • Liste des fichiers triés par date de modification (le plus ancien en premier) :

exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}

  • Liste les fichiers avec leur en-tête, leur icône et leur statut Git :

exa {{[-l|--long]}} {{[-h|--header]}} --icons --git

  • Liste les fichiers sauf ceux mentionnés dans .gitignore :

exa --git-ignore