⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xargs.1

📁 A* sudo sudo/* B* adduser script adduser C* rmuser script rmuser E* tout tout/*
💻 1
字号:
.TH XARGS 1 "22 February 1989".SH NAMExargs \- supply input lines as additional arguments to a command.SH SYNOPSIS.B xargs.B command[ .I argument .B .\|.\|.].SH DESCRIPTION.B xargsis way to create large command lines without the use of the shell'sbackquote mechanism.It reads its standard input and supplies each line it finds as aseparate argument to the command (and command arguments) on the commandline.The command is found using the same PATH conventions as the shelland may be a script.Because of the limitations of the local UNIX system or the great volume ofinput lines,it may run the command several times..SH EXAMPLESfind ~evi -print | xargs chown evi.brfind ~evi/recipes -print | xargs grep -i turkey.SH SEE ALSOsh(1), csh(1)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -