du: fix token syntax in example (#6851)

beep
Axel Navarro 2021-10-11 17:39:51 -03:00 committed by GitHub
parent 2365635c15
commit fe26d7e18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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}}`

View File

@ -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}}`