From fe26d7e18c6a3110faec6d5b2085c206cecd87f7 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Mon, 11 Oct 2021 17:39:51 -0300 Subject: [PATCH] du: fix token syntax in example (#6851) --- pages/common/du.md | 2 +- pages/osx/du.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/du.md b/pages/common/du.md index 6d2faa1361..f0fdaf4df8 100644 --- a/pages/common/du.md +++ b/pages/common/du.md @@ -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}}` diff --git a/pages/osx/du.md b/pages/osx/du.md index 70279d5875..d4b2dee359 100644 --- a/pages/osx/du.md +++ b/pages/osx/du.md @@ -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}}`