1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 05:15:23 +02:00

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>
This commit is contained in:
Nelson Figueroa 2025-06-18 13:05:50 -07:00 committed by GitHub
parent 0433d86f22
commit 4eb2c0ca94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 48 additions and 48 deletions

View file

@ -1,35 +1,35 @@
# exa # exa
> Ein moderner Ersatz für `ls` (Verzeichnisinhalte auflisten). > Ein moderner Ersatz für `ls` (Verzeichnisinhalte auflisten).
> Weitere Informationen: <https://github.com/ogham/exa>. > Weitere Informationen: <https://github.com/ogham/exa#command-line-options>.
- Liste eine Datei pro Zeile auf: - Liste eine Datei pro Zeile auf:
`exa --oneline` `exa {{[-1|--oneline]}}`
- Liste alle Dateien auf, einschließlich versteckter Dateien: - Liste alle Dateien auf, einschließlich versteckter Dateien:
`exa --all` `exa {{[-a|--all]}}`
- Liste alle Dateien im langen Format auf (Berechtigungen, Eigentümer, Größe und Änderungsdatum): - Liste alle Dateien im langen Format auf (Berechtigungen, Eigentümer, Größe und Änderungsdatum):
`exa --long --all` `exa {{[-l|--long]}} {{[-a|--all]}}`
- Liste Dateien nach Größe absteigend sortiert auf: - Liste Dateien nach Größe absteigend sortiert auf:
`exa --reverse --sort={{size}}` `exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
- Zeige Dateien in einer Baumstruktur an, die drei Ebenen tief ist: - Zeige Dateien in einer Baumstruktur an, die drei Ebenen tief ist:
`exa --long --tree --level={{3}}` `exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
- Liste Dateien nach Änderungsdatum aufsteigend sortiert auf: - Liste Dateien nach Änderungsdatum aufsteigend sortiert auf:
`exa --long --sort={{modified}}` `exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
- Liste Dateien inklusive Header, Icons und Git-Status: - Liste Dateien inklusive Header, Icons und Git-Status:
`exa --long --header --icons --git` `exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
- Liste keine Dateien auf, die in `.gitignore` erwähnt werden: - Liste keine Dateien auf, die in `.gitignore` erwähnt werden:

View file

@ -1,35 +1,35 @@
# exa # exa
> Un reemplazo moderno para `ls` (Lista el contenido de los directorios). > Un reemplazo moderno para `ls` (Lista el contenido de los directorios).
> Más información: <https://github.com/ogham/exa>. > Más información: <https://github.com/ogham/exa#command-line-options>.
- Lista archivos uno por línea: - Lista archivos uno por línea:
`exa --oneline` `exa {{[-1|--oneline]}}`
- Lista todos los archivos, incluidos los ocultos: - Lista todos los archivos, incluidos los ocultos:
`exa --all` `exa {{[-a|--all]}}`
- Lista en formato largo (permisos, propiedad, tamaño y fecha de modificación) de todos los archivos: - Lista en formato largo (permisos, propiedad, tamaño y fecha de modificación) de todos los archivos:
`exa --long --all` `exa {{[-l|--long]}} {{[-a|--all]}}`
- Muestra los archivos con el más grande al principio: - Muestra los archivos con el más grande al principio:
`exa --reverse --sort={{size}}` `exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
- Muestra un árbol de archivos de tres niveles de profundidad: - Muestra un árbol de archivos de tres niveles de profundidad:
`exa --long --tree --level={{3}}` `exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
- Lista los archivos ordenados por fecha de modificación (los más antiguos primero): - Lista los archivos ordenados por fecha de modificación (los más antiguos primero):
`exa --long --sort={{modified}}` `exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
- Lista de archivos con sus cabeceras, iconos y estados Git: - Lista de archivos con sus cabeceras, iconos y estados Git:
`exa --long --header --icons --git` `exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
- No lista los archivos mencionados en `.gitignore`: - No lista los archivos mencionados en `.gitignore`:

View file

@ -1,35 +1,35 @@
# exa # exa
> Une alternative moderne à `ls` (pour lister le contenu de répertoires). > Une alternative moderne à `ls` (pour lister le contenu de répertoires).
> Plus d'informations : <https://github.com/ogham/exa>. > Plus d'informations : <https://github.com/ogham/exa#command-line-options>.
- Liste les fichiers, un par ligne : - Liste les fichiers, un par ligne :
`exa --oneline` `exa {{[-1|--oneline]}}`
- Liste tous les fichiers, y compris les fichiers cachés : - Liste tous les fichiers, y compris les fichiers cachés :
`exa --all` `exa {{[-a|--all]}}`
- Liste au format long (autorisations, propriété, taille et date de modification) de tous les fichiers : - Liste au format long (autorisations, propriété, taille et date de modification) de tous les fichiers :
`exa --long --all` `exa {{[-l|--long]}} {{[-a|--all]}}`
- Liste les fichiers avec le plus volumineux en haut : - Liste les fichiers avec le plus volumineux en haut :
`exa --reverse --sort={{taille}}` `exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
- Affiche une arborescence de fichiers, sur trois niveaux de profondeur : - Affiche une arborescence de fichiers, sur trois niveaux de profondeur :
`exa --long --tree --level={{3}}` `exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
- Liste des fichiers triés par date de modification (le plus ancien en premier) : - Liste des fichiers triés par date de modification (le plus ancien en premier) :
`exa --long --sort={{modifié}}` `exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
- Liste les fichiers avec leur en-tête, leur icône et leur statut Git : - Liste les fichiers avec leur en-tête, leur icône et leur statut Git :
`exa --long --header --icons --git` `exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
- Liste les fichiers sauf ceux mentionnés dans `.gitignore` : - Liste les fichiers sauf ceux mentionnés dans `.gitignore` :

View file

@ -1,28 +1,28 @@
# exa # exa
> Un moderno sostituto per `ls` (elenca i contenuti di una directory). > Un moderno sostituto per `ls` (elenca i contenuti di una directory).
> Maggiori informazioni: <https://github.com/ogham/exa>. > Maggiori informazioni: <https://github.com/ogham/exa#command-line-options>.
- Elenca i file nella directory corrente, uno per riga: - Elenca i file nella directory corrente, uno per riga:
`exa --oneline` `exa {{[-1|--oneline]}}`
- Elenca tutti i file, inclusi quelli nascosti: - Elenca tutti i file, inclusi quelli nascosti:
`exa --all` `exa {{[-a|--all]}}`
- Elenca tutti i file e mostra informazioni (permessi, dimensione e data di ultima modifica): - Elenca tutti i file e mostra informazioni (permessi, dimensione e data di ultima modifica):
`exa --long --all` `exa {{[-l|--long]}} {{[-a|--all]}}`
- Elenca i file, ordinandoli per dimensione decrescente: - Elenca i file, ordinandoli per dimensione decrescente:
`exa --reverse --sort={{size}}` `exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
- Mostra un albero dei file con 3 livelli di profondità: - Mostra un albero dei file con 3 livelli di profondità:
`exa --long --tree --level={{3}}` `exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
- Elenca i file e mostra informazioni, ordinandoli per ultima modifica (più vechci prima): - Elenca i file e mostra informazioni, ordinandoli per ultima modifica (più vechci prima):
`exa --long --sort={{modified}}` `exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`

View file

@ -1,35 +1,35 @@
# exa # exa
> `ls`의 현대적인 대체품 (디렉토리 내용 나열). > `ls`의 현대적인 대체품 (디렉토리 내용 나열).
> 더 많은 정보: <https://github.com/ogham/exa>. > 더 많은 정보: <https://github.com/ogham/exa#command-line-options>.
- 파일을 한 줄에 하나씩 나열: - 파일을 한 줄에 하나씩 나열:
`exa --oneline` `exa {{[-1|--oneline]}}`
- 숨김 파일을 포함한 모든 파일 나열: - 숨김 파일을 포함한 모든 파일 나열:
`exa --all` `exa {{[-a|--all]}}`
- 모든 파일의 긴 형식 목록 (권한, 소유권, 크기 및 수정 날짜): - 모든 파일의 긴 형식 목록 (권한, 소유권, 크기 및 수정 날짜):
`exa --long --all` `exa {{[-l|--long]}} {{[-a|--all]}}`
- 가장 큰 파일을 맨 위에 나열: - 가장 큰 파일을 맨 위에 나열:
`exa --reverse --sort={{size}}` `exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
- 파일 트리를 3단계 깊이로 표시: - 파일 트리를 3단계 깊이로 표시:
`exa --long --tree --level={{3}}` `exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
- 수정 날짜순으로 파일 나열 (오래된 것부터): - 수정 날짜순으로 파일 나열 (오래된 것부터):
`exa --long --sort={{modified}}` `exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
- 헤더, 아이콘 및 Git 상태와 함께 파일 나열: - 헤더, 아이콘 및 Git 상태와 함께 파일 나열:
`exa --long --header --icons --git` `exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
- `.gitignore`에 언급된 파일은 나열하지 않음: - `.gitignore`에 언급된 파일은 나열하지 않음:

View file

@ -1,35 +1,35 @@
# exa # exa
> Nowoczesny odpowiednik `ls` (wyświetla zawartość katalogu). > Nowoczesny odpowiednik `ls` (wyświetla zawartość katalogu).
> Więcej informacji: <https://github.com/ogham/exa>. > Więcej informacji: <https://github.com/ogham/exa#command-line-options>.
- Wyświetl listę plików, po jednym w linii: - Wyświetl listę plików, po jednym w linii:
`exa --oneline` `exa {{[-1|--oneline]}}`
- Wyświetl wszystkie pliki, łącznie z ukrytymi: - Wyświetl wszystkie pliki, łącznie z ukrytymi:
`exa --all` `exa {{[-a|--all]}}`
- Wyświetl listę wszystkich plików ze szczegółami (uprawnienia, właściciel, wielkość i data zmiany): - Wyświetl listę wszystkich plików ze szczegółami (uprawnienia, właściciel, wielkość i data zmiany):
`exa --long --all` `exa {{[-l|--long]}} {{[-a|--all]}}`
- Wyświetl listę plików posortowaną względem wielkości pliku, od największego: - Wyświetl listę plików posortowaną względem wielkości pliku, od największego:
`exa --reverse --sort={{size}}` `exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
- Wyświetl drzewko plików (trzy poziomy): - Wyświetl drzewko plików (trzy poziomy):
`exa --long --tree --level={{3}}` `exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
- Wyświetl listę plików posortowaną względem daty zmiany, od najstarszego: - Wyświetl listę plików posortowaną względem daty zmiany, od najstarszego:
`exa --long --sort={{modified}}` `exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
- Wyświetl listę plików wraz z nagłówkiem, ikoną i statusem Git: - Wyświetl listę plików wraz z nagłówkiem, ikoną i statusem Git:
`exa --long --header --icons --git` `exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
- Wyświetl listę plików, ignorując pliki z `.gitignore`: - Wyświetl listę plików, ignorując pliki z `.gitignore`:

View file

@ -21,7 +21,7 @@
- Display a tree of files, three levels deep: - Display a tree of files, three levels deep:
`exa {{[-l|--long]}} {[[-T|--tree]}} {{[-L|--level]}} {{3}}` `exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
- List files sorted by modification date (oldest first): - List files sorted by modification date (oldest first):