Add Link that is related to looping over directories for cases that ls -d was used.

Björn Bidar
2019-11-03 14:58:52 +01:00
parent a7c35872e2
commit 39cdd8494a

@@ -31,3 +31,4 @@ 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)
+ [How to loop over directories in Linux?](https://stackoverflow.com/questions/2107945/how-to-loop-over-directories-in-linux)