How to Install xe in Ubuntu 18.04



Install xe by entering the following commands in the terminal:

sudo apt update
sudo apt install xe

Description:

simple alternative to xargs and apply

xe is a tool for constructing command lines from file listings or arguments, which includes the best features of xargs(1) and apply(1). . Its name means "execute for every ...". . It provides simple(r) parsing of its input, does not invoke a shell by default, can execute multiple commands in parallel, ...

Homepage: https://github.com/chneukirchen/xe

Version: 0.11-2

Section: universe/utils