From aa0f6f94ecfb2955e98f59596e8d5e53de21e400 Mon Sep 17 00:00:00 2001 From: Dave Eddy Date: Tue, 26 Aug 2014 13:30:00 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25f3072..6c5ce6b 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ nonumbers=${name//[0-9]/} ### Listing Files -Do not [parse ls(1)](http://mywiki.wooledge.org/ParsingLs), instead us +Do not [parse ls(1)](http://mywiki.wooledge.org/ParsingLs), instead use bash builtin functions to loop files ``` bash