find /c/pjt -type f -print0| xargs -0 grep -i 02356
(serverfault.com/questions/268368/how-can-i-handle-spaces-in-file-names-when-using-xargs-on-find-results)