Oh lets write some fancy one liner to remove dat files.. ls -lat | grep *.dat | tail -50000 | awk '{ print $9 }' | xargs rm -rf
How to ruin a day
hmmmm, where did all the libraries go?
By: D.WIK