mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Add Link that is related to looping over directories for cases that ls -d was used.
@@ -30,4 +30,5 @@ The following files can or will break the first loop:
|
|||||||
|
|
||||||
### Related resources:
|
### Related resources:
|
||||||
|
|
||||||
* [Bash Pitfalls: for i in $(ls *.mp3)](http://mywiki.wooledge.org/BashPitfalls#pf1)
|
* [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)
|
Reference in New Issue
Block a user