Updated SC2010 (markdown)

Joachim Ansorg
2021-11-12 19:16:25 +01:00
parent 2b7107b21b
commit 1485acbdaa

@@ -1,4 +1,4 @@
## Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames. ## Don't use `ls | grep`. Use a glob or a for loop with a condition to allow non-alphanumeric filenames.
### Problematic code: ### Problematic code: