User Tools

Site Tools


ubuntu:xargs

This is an old revision of the document!


Ubuntu - xargs

The xargs command is a command-line tool used to read data from standard input and later run a command based on this input.

It is a useful tool in file management, especially when used with other commands such as mkdir, grep, rm etc.


Basic Syntax

Read Items From File

Run Multiple commands with xargs

Using xargs with find

Using xargs with grep

ubuntu/xargs.1624363815.txt.gz · Last modified: 2021/06/22 12:10 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki