du: fix token syntax in example (#6851)

This commit is contained in:
Axel Navarro
2021-10-11 17:39:51 -03:00
committed by GitHub
parent 2365635c15
commit fe26d7e18c
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}}`