7.6.4 双向重导向: tee
[dmtsai@study ~]$ tee [-a] file
-a :以累加 (append) 的方式,将数据加入 file 当中!
[root@localhost tmp]# cat sort1
[root@localhost tmp]# cat sort1|tee sort.tee
[root@localhost tmp]# cat sort.tee
[dmtsai@study ~]$ tee [-a] file
-a :以累加 (append) 的方式,将数据加入 file 当中!
[root@localhost tmp]# cat sort1
[root@localhost tmp]# cat sort1|tee sort.tee
[root@localhost tmp]# cat sort.tee
上一篇:Linux-uniq和wc
下一篇:Linux-字符替换tr
eetee:读取标准输入
linux命令之tee介绍
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M