From 57fff2e15f951684fbf6a256327ea6593836192d Mon Sep 17 00:00:00 2001 From: spiralofhope <492880+spiralofhope@users.noreply.github.com> Date: Tue, 24 Mar 2020 14:07:29 -0700 Subject: [PATCH] creating a stub for this topic --- SC2012.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SC2012.md diff --git a/SC2012.md b/SC2012.md new file mode 100644 index 0000000..4a7e188 --- /dev/null +++ b/SC2012.md @@ -0,0 +1,17 @@ +# Use find instead of ls to better handle non-alphanumeric filenames. + +## Problematic code: + +TODO + +## Correct code: + +TODO + +## Rationale + +TODO + +### Exceptions + +TODO