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

linux bash 中的重定向

时间:2015-04-11 19:11:56      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:


 

在 linux 中,这些重定向都是等价的

 
  1. $ file command arg1 arg2 arg3
  2. $ command > file arg1 arg2 arg3
  3. $ command arg1 > file arg2 arg3
  4. $ command arg1 arg2 > file arg3
  5. $ command arg1 arg2 arg3 > file

linux bash 中的重定向

标签:

原文地址:http://www.cnblogs.com/lian4187/p/4418047.html

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