From 26ea7fbd3d082a0146946681a32e8ac57c105c1e Mon Sep 17 00:00:00 2001 From: melangston <61057176+melangston@users.noreply.github.com> Date: Sat, 15 Feb 2020 08:58:42 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f0adfd..6a48bc4 100644 --- a/README.md +++ b/README.md @@ -482,9 +482,9 @@ Using pathname expansion to generate a list of filesystem entries that match a p ```sh count() { - # Usage: count [.]/Example/Dir/* Count all files. - # count [.]/Example/Dir/*/ Count all subdirectories of /Example/Dir - # count [.]/Example/Dir/*.jpg Count all files ending in .jpg + # Usage: count [.]/Example/Dir/* Count all files. + # count [.]/Example/Dir/*/ Count all subdirectories of /Example/Dir + # count [.]/Example/Dir/*.jpg Count all files ending in .jpg # count [.]/Example/Dir/*/*.jpg Count all subdirectories containing files ending in .jpg i=0