If your installation follows OFA, the following command will trim logs that have not been accessed withing the past 7 days...

*** replace ? with your database name (i.e ORCL) ***


find $ORACLE_HOME/admin/?/bdump -name "*.trc" -atime +7 -exec rm {} \;