Updated Sc2045 (markdown)

koalaman
2014-05-08 19:27:38 -07:00
parent e2774d798a
commit 63ad6195a1

@@ -14,7 +14,7 @@
echo "$f"
done
(also note that in Bash, `shopt -s nullglob` will allow the loop to run 0 times instead of 1 if there are no matches)
(Also note that in Bash, `shopt -s nullglob` will allow the loop to run 0 times instead of 1 if there are no matches. There are [several other conditions](http://mywiki.wooledge.org/BashPitfalls#for_i_in_.24.28ls_.2A.mp3.29) to look out for. )
### Rationale: