mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
creating a stub for this topic
17
SC2012.md
Normal file
17
SC2012.md
Normal file
@@ -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
|
Reference in New Issue
Block a user