xe
Verified for current stable LTS
Xe Commands
Xe command syntax with verified terminal examples.
Commands
5 commands for Xe
xe Operations
Xe Command: Delete Backup Files
find . -name '<*.backup>' | xe rm -v xe Operations
Xe Command: Execute Shellscript With N Lines
echo -e 'a\nb' | xe -N<2> -s 'echo $2 $1' xe Operations
Xe Command: Run Command On Input Lines
<arguments_source> | xe <command> xe Operations
Xe Command: Run Command With Placeholder Replacement
<arguments_source> | xe <command> {} <optional_extra_arguments> xe Operations
Xe Command: Run Parallel Processes
<arguments_source> | xe -j <max-jobs> <command> Suggest a Xe Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Xe workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.