I'm on a mac and I don't want to use the builtin xargs
utility. Because it's different with the gnu xargs
. After google around I found xargs
belongs to the findutils
package in homebrew and I can install it with a simple command brew install findutils
. My question is, it there a simpler way to identify xargs
belongs to findutils
?
Thanks.