[translating] 20140928 How to use xargs command in Linux.md

This commit is contained in:
Frank Zhang 2014-09-29 11:22:20 +08:00
parent 6f83b075c1
commit be6e92d725

View File

@ -1,3 +1,4 @@
zpl1025
How to use xargs command in Linux
================================================================================
Have you ever been in the situation where you are running the same command over and over again for multiple files? If so, you know how tedious and inefficient this can feel. The good news is that there is an easier way, made possible through the xargs command in Unix-based operating systems. With this command you can process multiple files efficiently, saving you time and energy. In this tutorial, you will learn how to execute a command or script for multiple files at once, avoiding the daunting task of processing numerous log files or data files individually.
@ -113,4 +114,4 @@ via: http://xmodulo.com/xargs-command-linux.html
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[a]:http://xmodulo.com/author/joshua
[a]:http://xmodulo.com/author/joshua