26th
6월
2012
Network/Server/Cloud
…
Linux 101 Hacks : Xargs 명령어를 이용한 다양한 활용방법
xargs is a very powerful command that takes output of a command and pass it as argument of another command. Following are some practical examples on how to use xargs effectively.
xargs 는 매우 효과적인 명령어로써 출력된 결과를 인자값으로 이용하여