xe Command Examples

Execute a command once for each line piped from another command or file. More information: https://github.com/leahneukirchen/xe.

{{arguments_source}} | xe {{command}}

{{arguments_source}} | xe {{command}} {} {{optional_extra_arguments}}

echo -e 'a\nb' | xe -N{{2}} -s 'echo $2 $1'

find . -name {{'*.backup'}} | xe rm -v

{{arguments_source}} | xe -j {{max-jobs}} {{command}}