Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How keep only one copy .dmp?

Re: How keep only one copy .dmp?

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Tue, 17 Jul 2007 23:31:46 +0200
Message-ID: <00cb01c7c8b9$e162ec10$2708310a@ETP6320>

} Don't used -exec, use instead xargs

}
} eg. find . -name "*.log" -mtime -30 | xargs rm

... and if you have zsh:

rm -- **/*.log(m-30)

Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jul 17 2007 - 16:31:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US