Moderator: Moderators
find .thumbnails/ -type f -mmin +86400 -exec rm -f {} ';'
#!/bin/bash
#http://forums.gentoo.org/viewtopic-t-337074-postdays-0-postorder-asc-start-0.html
# Copyright 2003-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
#
# Yet Another (Orphaned) Cleaner tool for Gentoo/Sabayon
#
# Adopted/Adapted from Gentoo's yacleaner
#
# Based on discussion in the above forum topic, this useful tool
# has been lacking attention by the original author, however,
# forum users have posted patches that continue to provide functionality
# for this script.
#
# Orignal Author:
# Octavio Ruiz (Ta^3) <[email protected]>
# Parts of Code by:
# Ed Catmur <[email protected]>
# Edited to incorporate user supplied patches by:
# Mitchell Harder <mmharder at gmail.com>
# Modifications/Patches to i_dist() function Provided by:
# GladRags (see above referenced forum discussion)
# Thanks:
# Konstantin Shaposhnikov <[email protected]>
# Thomas de Grenier de Latour <[email protected]>
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY. YOU USE AT YOUR OWN RISK. THE AUTHOR
# WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY
# OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SOFTWARE.
# See the GNU General Public License for more details.
prog_name="yaocleaner"
prog_version="0.5beta-2"
Return to Artwork and Development Suggestions
Users browsing this forum: No registered users and 1 guest