Hacker News new | ask | show | jobs
by koolba 532 days ago
> find . -mtime -${DAYS} | cpio -o

That will break if a file name has new lines.

1 comments

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?