xargs — Command Construction & Parallel Execution
Command construction and parallel execution with xargs across 10 disciplines. Each discipline is a directory — add sub-pages as it grows without restructuring. All commands copy-paste-runnable on Arch Linux.
Disciplines
| Discipline | Description | Partials |
|---|---|---|
Default echo, -n batching, -d delimiters, -L lines, -r empty guard, -p/-t tracing |
1 |
|
-P4 concurrency, nproc scaling, parallel SSH, git push, build checks |
1 |
|
Null-delimited -0 handling, -print0 patterns, whitespace protection |
1 |
|
-I{} substitution, sh -c composition, custom placeholders, bulk operations |
1 |
|
Multi-tool orchestration — find+xargs+grep, find+xargs+awk, docker/kubectl cleanup |
1 |
|
Whitespace traps, -I vs -n, ARG_MAX splitting, exit codes, quoting in sh -c |
1 |
|
Parallel SSH, Docker/kubectl cleanup, systemd, cert expiry, multi-repo git, DNS lookups |
1 |
|
Bulk rename, copy, chmod, chown, checksums, symlinks, date-sort, dos2unix |
1 |
|
Parallel Antora builds, npm install, shellcheck, pylint, scp deploy, multi-repo push |
1 |
|
Resource limits, exit codes, timeouts, dry-run, failure logging, retries |
1 |