search for: linuxnote

Displaying 1 result from an estimated 1 matches for "linuxnote".

Did you mean: linuxcode
2013 Jul 19
0
if i want to delete a million files, can rsync be more faster than rm?
i found two article said that rsync -a --delete empty/ a1/ will much more faster than rm when deleting millions files: http://linuxnote.net/jianingy/en/linux/a-fast-way-to-remove-huge-number-of-files.html http://www.quora.com/File-Systems/How-can-someone-rapidly-delete-400-000-files but my test gets opposite result, and i think it's impossible on theory. i use the command 'for i in {0..9};do nice -20 ionice -c3 touch ${i}{...