Execute a command with piped arguments.
{{arguments}} | xargs {{command}}
{{arguments_null_terminated}} | xargs -0 {{command}}
ls M* | xargs rm