Help for this page
find /tmp /usr/tmp -atime +7 -print | xargs /bin/rm -f
$ mkdir -p "/tmp/foo /etc" # yes, that's a newline after foo before the /etc $ touch "/tmp/foo /etc/passwd" # yes, that's a newline after foo again