Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle-l »

Re: How keep only one copy .dmp?

cichomitiko gmail

2007-07-17

Replies:


} 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
©2008 dba.5341.com - Jax Systems, LLC, U.S.A.