mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:53:10 +02:00
ls: update Czech translation (#17179)
This commit is contained in:
parent
c014882e3b
commit
3764c3469a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# ls
|
||||
|
||||
> Vypsat obsah adresáře.
|
||||
> Vypisuje obsah adresáře.
|
||||
> Více informací: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>.
|
||||
|
||||
- Vypsat soubory samostatně na každý řádek:
|
||||
|
@ -23,11 +23,11 @@
|
|||
|
||||
`ls {{[-lh|-l --human-readable]}}`
|
||||
|
||||
- List files in [l]ong format, sorted by [S]ize (descending) recursively:
|
||||
- Vypsat všechny soubory s dlouhým formátem, seřazené podle velikosti (sestupně) rekurzivně:
|
||||
|
||||
`ls {{[-lSR|-lS --recursive]}}`
|
||||
|
||||
- Vypsat všechny soubory s dlouhým formátem, seřazené podle velikosti (sestupně) rekurzivně:
|
||||
- Vypsat všechny soubory s dlouhým formátem, seřazené podle času změny v obráceném pořadí (nejstarší první):
|
||||
|
||||
`ls {{[-ltr|-lt --reverse]}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue