rargs
macos
Execute a command for each line of `stdin`. Like `xargs`, but with pattern matching support.
More info →Examples (5)
Execute a command for every line of input, just like `xargs` (`{0}` indicates where to substitute in the text)
Do a dry run, which prints the commands that would be run instead of executing them
made by @shridhargupta | data from tldr-pages