>> > Shouldn't it read... > > find ./ -daystart -ctime +1|xargs -r rm > > ... so that if there aren't any files to delete you won't get an error > message? =) Assuming there are sometimes no files to delete, yes =) Thanks, Chris