Help for this page

Select Code to Download


  1. or download this
    find in_some_dir, some_file_x, -mtime +y, -exec /bin/rm -f {}\;
    
  2. or download this
    find in_some_dir, some_file_x, -mtime +y | tee /tmp/files-deleted | xa
    +rgs /bin/rm -rf