Y
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
grakker
532 days ago
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?
link