Selection of utilities

axe – xargs alternative

axe is a command-line utility that serves as an alternative to xargs, with a particular focus on argument processing and argument ordering.

It reads standard input as a series of entries and lets you place arguments in explicit positions within the executed command. It is designed for shell workflows where you need more control over how input fields are mapped into command arguments than traditional xargs-style execution provides.

This is free and open source software.

Key Features

  • Lets you place input arguments in a defined order when constructing commands.
  • Supports indexed placeholders for selecting specific arguments from each input entry.
  • Can split arguments into subparts and reference individual components.
  • Resolves arguments into arrays for commands that need multiple derived values.
  • Offers precompiled binaries for Linux and macOS.

Website: github.com/jacek-kurlit/axe
Support:
Developer: jacek-kurlit
License: Apache License 2.0

axe options

axe is written in Rust. Learn Rust with our recommended free books and free tutorials.


Related Software

Alternatives to xargs
rargsxargs + awk with pattern matching support
rust-parallelExecute commands in parallel
parallelShell tool for executing jobs in parallel
xjobsSimilar to xargs with enhanced support for multiprocessor machines

Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments