diff --git a/SC2038.md b/SC2038.md index aa67ce5..8006a80 100644 --- a/SC2038.md +++ b/SC2038.md @@ -1,4 +1,4 @@ -## Use 'find -print0 | xargs -0' or find -exec + to allow for non-alphanumeric filenames. +## Use -print0/-0 or find -exec + to allow for non-alphanumeric filenames. ### Problematic code: