Remix.run Logo
koolba 6 months ago

> find . -mtime -${DAYS} | cpio -o

That will break if a file name has new lines.

grakker 6 months ago | parent [-]

Is that really an issue? I just haven't seen a file name with a newline in it. If so, couldn't it just be run with -o0?