xe 0.11
Execute a command for every argument
The xe utility constructs command lines from specified arguments, combining some of the best features of xargs(1) and apply(1). Parallel execution is also possible.
- Website: https://github.com/leahneukirchen/xe
- Licenses: Public Domain
- Package source: gnu/packages/parallel.scm
- Builds: See build status
- Issues: See known issues
Installation
Install xe 0.11
as follows:
guix install xe@0.11
Or install the latest version:
guix install xe
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.