Showing a progress bar for a long running find/xargs Linux bash shell pipe
Wouldn’t it be cool having something like find ... | xargs -L100 --show-progress-bar ...? Unfortunately this feature does not exist in xargs. This article explains how the same result can be achieved by other means.