a4066fa Use find and xargs instead of 'find -exec'

Authored and Committed by gotmax23 a year ago
1 file changed. 6 lines added. 1 lines removed.
    Use find and xargs instead of 'find -exec'
    
    This takes up a fraction of the time, as it avoids spawning a bunch of
    sed processes
    
        
file modified
+6 -1