Oracle Systems DBA Reference

Database, UNIX, etc. @ 15zips

Remove files from a specific date or with a specific string

ls -al *.arc|grep ‘Sep 29’|awk ‘{print $NF}’

Comments are currently closed.