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

linux 下 cat

时间:2015-11-28 21:28:26      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:

[root@localhost Data]# cat << end > iptable
> 3
> 4
> 5
>
> 6
> end
[root@localhost Data]# cat iptable
3
4
5

6
[root@localhost Data]#

linux 下 cat

标签:

原文地址:http://www.cnblogs.com/yhdsir/p/5003460.html

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