On 16/03/18 Robert P. J. Day said: > course i taught recently had a section on "xargs", emphasizing its > value(?) in being able to run a command in bite-size pieces but, these > days, is that really that much of an issue? My main use for it. git ls-files | xargs grep 'function_name'