speed consideration or evaluation on find -exec bash -c....
by BudiKusasi from LinuxQuestions.org on (#57T89)
How slower find -exec repetitively calling bash -c '' for invoking a function
inside, compare to pipe repeatedly
such this
https://stackoverflow.com/questions/...g-find-and-sed
all work correctly, so this ask all just on speed evaluation or comparison
(1st answer suggest function inside script to be invoked by -exec
2nd answer suggest solution by some core utils pipings )


inside, compare to pipe repeatedly
such this
https://stackoverflow.com/questions/...g-find-and-sed
all work correctly, so this ask all just on speed evaluation or comparison
(1st answer suggest function inside script to be invoked by -exec
2nd answer suggest solution by some core utils pipings )