From 9dfcd01278a9c92d0cc2a31e36382d8d6df56fe1 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 7 Jun 2014 22:39:44 -0700 Subject: [PATCH] Updated SC2038 (markdown) --- SC2038.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2038.md b/SC2038.md index 8abef5d..aa67ce5 100644 --- a/SC2038.md +++ b/SC2038.md @@ -1,4 +1,4 @@ -## Use -print0/--null/-0 or -exec + to allow for non-alphanumeric filenames. +## Use 'find -print0 | xargs -0' or find -exec + to allow for non-alphanumeric filenames. ### Problematic code: