From 052ce593cb9725b249f60b40545fea68b90e8555 Mon Sep 17 00:00:00 2001 From: koalaman Date: Fri, 19 Jan 2018 18:22:25 -0800 Subject: [PATCH] Updated SC2045 (markdown) --- SC2045.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SC2045.md b/SC2045.md index 0fae3db..2035a19 100644 --- a/SC2045.md +++ b/SC2045.md @@ -27,3 +27,7 @@ The following files can or will break the first loop: touch 'filename with * globs.wav' touch 'More_Globs[2003].wav' touch 'files_with_fønny_chæracters_in_certain_locales.wav' + +### Related resources: + +* [Bash Pitfalls: for i in $(ls *.mp3)](http://mywiki.wooledge.org/BashPitfalls#pf1) \ No newline at end of file