Thursday, January 9, 2014

fastest way to remove files in linux

Deleting files through perl is fastest.

perl -e 'for(<*>){((stat)[9]<(unlink))}'
  

No comments:

Post a Comment