Differences

This shows you the differences between two versions of the page.

Link to this comparison view

operations:file_operations [2016/05/22 23:12]
eServices Greece created
operations:file_operations [2018/03/05 05:48] (current)
eServices Greece
Line 2: Line 2:
 ====== Fast file deletion ====== ====== Fast file deletion ======
 perl perl
-<sxh bash>+<sxh bash>yum install ncurses ncurses-devel
 cd <directory> cd <directory>
 perl -e 'for(<*>){((stat)[9]<(unlink))}' perl -e 'for(<*>){((stat)[9]<(unlink))}'