mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 09:55:42 +02:00
du: fix token syntax in example (#6851)
This commit is contained in:
parent
2365635c15
commit
fe26d7e18c
2 changed files with 2 additions and 2 deletions
|
@ -25,4 +25,4 @@
|
|||
|
||||
- List the human-readable size of all `.jpg` files in subdirectories of the current directory, and show a cumulative total at the end:
|
||||
|
||||
`du -ch */*.jpg`
|
||||
`du -ch {{*/*.jpg}}`
|
||||
|
|
|
@ -25,4 +25,4 @@
|
|||
|
||||
- List the human-readable size of all `.jpg` files in subdirectories of the current directory, and show a cumulative total at the end:
|
||||
|
||||
`du -ch */*.jpg`
|
||||
`du -ch {{*/*.jpg}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue