Which is faster, 'find -exec' or 'find | xargs -0'?

前端 未结 4 805
执念已碎
执念已碎 2021-01-05 10:14

In my web application I render pages using PHP script, and then generate static HTML files from them. The static HTML are served to the users to speed up performance. The HT

4条回答
  •  天命终不由人
    2021-01-05 10:59

    The find command has a -delete option builtin in, perhaps that could be useful as well? http://lists.freebsd.org/pipermail/freebsd-questions/2004-July/051768.html

提交回复
热议问题