>_ linuxcommand.dev
Startseite xargs
Utilities

xargs

Erstellt und führt Befehle aus Standardeingabe.

Ubuntu CentOS Debian Arch SUSE Slackware Alpine Fedora
Verifiziert: 2025-09-09
Syntax
$xargs [OPTIONEN] BEFEHL
Beispiele
$find . -name '*.txt' | xargs rm
$echo 'file1 file2' | xargs cp -t /tmp
Typische Anwendungsfälle
?
Standardverwendung
xargs --help
Hinweis Für Pipelines und Batch-Operationen.
Export