From 39cdd8494a9e873152e0dcace37b2e286b5f46d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Sun, 3 Nov 2019 14:58:52 +0100 Subject: [PATCH] Add Link that is related to looping over directories for cases that ls -d was used. --- SC2045.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SC2045.md b/SC2045.md index a88a9d1..8f2a557 100644 --- a/SC2045.md +++ b/SC2045.md @@ -30,4 +30,5 @@ The following files can or will break the first loop: ### Related resources: -* [Bash Pitfalls: for i in $(ls *.mp3)](http://mywiki.wooledge.org/BashPitfalls#pf1) \ No newline at end of file +* [Bash Pitfalls: for i in $(ls *.mp3)](http://mywiki.wooledge.org/BashPitfalls#pf1) ++ [How to loop over directories in Linux?](https://stackoverflow.com/questions/2107945/how-to-loop-over-directories-in-linux) \ No newline at end of file