Help for this page

Select Code to Download


  1. or download this
    find /tmp /usr/tmp -atime +7 -print | xargs /bin/rm -f
    
  2. or download this
    $ 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