Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


find_files

This is an old revision of the document!


Find files tips:

#!/bin/bash

find /u1/database/prod/arch -type f -mtime +3 -exec rm {} \;
find_files.1222607458.txt.gz · Last modified: 2008/09/28 09:10 by juckins