10.8 입력 및 출력 조정 명령
10.8.1 “xargs” 명령
이 명령은 앞에서 실행된 명령의 출력을 다음 명령의 argument input으로 사용할 수 있도록 해준다.
[명령 형식]
xargs [option] exec-command
10.8 입력 및 출력 조정 명령
10.8.1 “xargs” 명령
이 명령은 앞에서 실행된 명령의 출력을 다음 명령의 argument input으로 사용할 수 있도록 해준다.
[명령 형식]
xargs [option] exec-command
10.8 Commands to Adjust Input and Output
10.8.1 “xargs” Command
This command allows you to use the output of the previously executed command as an argument input to the next command.
[Command Format]
xargs [option] exec-command