Find Large Files du -a -h | sort -h -r | head -n 20 Find Files By Date Find and Remove find /var/log/tomcat -type f -mtime +TIMEFRAME -exec rm -f {} ; # example timeframe, 14 for 2 weeks Find and Print find /var/log/tomcat -type f -mtime +TIMEFRAME -print