ls -rtl *.dat | grep Jan | awk '{print $9}' >/dev/null rm *.dat
ls -rtl *.dat | awk '/Jan/{print $9}' | xargs rm