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 {} \;
cd /some/dir
du -m --max-depth=1
find . -mtime +3 
find_files.1302215173.txt.gz · Last modified: 2011/04/07 18:26 by juckins