Report abuse

        # Clear cache files
        tidy { "clean cache files":
                age     => "1w",
                path    => "/my/cache",
                matches => "*.php",
                backup  => false,
        }