1
0
Fork 0
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:
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}}`