码迷,mamicode.com
首页 > 系统相关 > 详细

linux--touch,xargs,重定向

时间:2017-05-19 19:26:31      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:连续   创建   arguments   结束   stl   并且   输出   std   清空   

创建文件:

    touch test{0..2}.txt------------创建连续多个文件

 

重定向:

    >输出

      >覆盖,>>追加,2>>错误重定向输出

        cat>>test.txt  输入文本用ctrl+d结束

        echo ‘   ‘>>test.txt

        >test.txt       清空test.txt

        listlist 2>error.log 将错误放到error.log

        echo ‘‘>a.txt 2>&1   

xargs:

 

    xargs 可以读入 stdin 的资料,并且以空白字元或断行字元作为分辨,将 stdin 的资料分隔成为 arguments 。

    

  

    

 

linux--touch,xargs,重定向

标签:连续   创建   arguments   结束   stl   并且   输出   std   清空   

原文地址:http://www.cnblogs.com/wangxingggg/p/6879871.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!