Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 255 Bytes

SC2011.md

File metadata and controls

11 lines (6 loc) · 255 Bytes

Pattern: Use of ls with xargs

Issue: -

Description

Use find .. -print0 | xargs -0 .. or find .. -exec .. + to allow non-alphanumeric filenames.

Further Reading