Xargs

From 탱이의 잡동사니
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

xargs 내용 설명

Basic

xargs  [-0prtx]  [-E eof-str] [-e[eof-str]] [--eof[=eof-str]] [--null]\
  [-d delimiter] [--delimiter delimiter] [-I replace-str] [-i[replace-str]] \
  [--replace[=replace-str]] [-l[max-lines]] [-L max-lines] [--max-lines[=max-lines]] \
  [-n max-args] [--max-args=max-args] [-s max-chars] [--max-chars=max-chars] \
  [-P max-procs] [--max-procs=max-procs] [--interactive] [--verbose] [--exit] \
  [--no-run-if-empty] [--arg-file=file] [--show-limits] [--version] [--help] \
  [command [initial-arguments]]