mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 11:55:24 +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:
parent
0433d86f22
commit
4eb2c0ca94
7 changed files with 48 additions and 48 deletions
|
@ -1,35 +1,35 @@
|
|||
# exa
|
||||
|
||||
> 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:
|
||||
|
||||
`exa --oneline`
|
||||
`exa {{[-1|--oneline]}}`
|
||||
|
||||
- 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):
|
||||
|
||||
`exa --long --all`
|
||||
`exa {{[-l|--long]}} {{[-a|--all]}}`
|
||||
|
||||
- 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:
|
||||
|
||||
`exa --long --tree --level={{3}}`
|
||||
`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
|
||||
|
||||
- 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:
|
||||
|
||||
`exa --long --header --icons --git`
|
||||
`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
|
||||
|
||||
- Liste keine Dateien auf, die in `.gitignore` erwähnt werden:
|
||||
|
||||
|
|
|
@ -1,35 +1,35 @@
|
|||
# exa
|
||||
|
||||
> 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:
|
||||
|
||||
`exa --oneline`
|
||||
`exa {{[-1|--oneline]}}`
|
||||
|
||||
- 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:
|
||||
|
||||
`exa --long --all`
|
||||
`exa {{[-l|--long]}} {{[-a|--all]}}`
|
||||
|
||||
- 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:
|
||||
|
||||
`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):
|
||||
|
||||
`exa --long --sort={{modified}}`
|
||||
`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
|
||||
|
||||
- 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`:
|
||||
|
||||
|
|
|
@ -1,35 +1,35 @@
|
|||
# exa
|
||||
|
||||
> 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 :
|
||||
|
||||
`exa --oneline`
|
||||
`exa {{[-1|--oneline]}}`
|
||||
|
||||
- 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 :
|
||||
|
||||
`exa --long --all`
|
||||
`exa {{[-l|--long]}} {{[-a|--all]}}`
|
||||
|
||||
- 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 :
|
||||
|
||||
`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) :
|
||||
|
||||
`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 :
|
||||
|
||||
`exa --long --header --icons --git`
|
||||
`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
|
||||
|
||||
- Liste les fichiers sauf ceux mentionnés dans `.gitignore` :
|
||||
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
# exa
|
||||
|
||||
> 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:
|
||||
|
||||
`exa --oneline`
|
||||
`exa {{[-1|--oneline]}}`
|
||||
|
||||
- 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):
|
||||
|
||||
`exa --long --all`
|
||||
`exa {{[-l|--long]}} {{[-a|--all]}}`
|
||||
|
||||
- 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à:
|
||||
|
||||
`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):
|
||||
|
||||
`exa --long --sort={{modified}}`
|
||||
`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
|
||||
|
|
|
@ -1,35 +1,35 @@
|
|||
# exa
|
||||
|
||||
> `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단계 깊이로 표시:
|
||||
|
||||
`exa --long --tree --level={{3}}`
|
||||
`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
|
||||
|
||||
- 수정 날짜순으로 파일 나열 (오래된 것부터):
|
||||
|
||||
`exa --long --sort={{modified}}`
|
||||
`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
|
||||
|
||||
- 헤더, 아이콘 및 Git 상태와 함께 파일 나열:
|
||||
|
||||
`exa --long --header --icons --git`
|
||||
`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
|
||||
|
||||
- `.gitignore`에 언급된 파일은 나열하지 않음:
|
||||
|
||||
|
|
|
@ -1,35 +1,35 @@
|
|||
# exa
|
||||
|
||||
> 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:
|
||||
|
||||
`exa --oneline`
|
||||
`exa {{[-1|--oneline]}}`
|
||||
|
||||
- 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):
|
||||
|
||||
`exa --long --all`
|
||||
`exa {{[-l|--long]}} {{[-a|--all]}}`
|
||||
|
||||
- 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):
|
||||
|
||||
`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:
|
||||
|
||||
`exa --long --sort={{modified}}`
|
||||
`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
|
||||
|
||||
- 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`:
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
- 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):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue