0
点赞
收藏
分享

微信扫一扫

Linux 重定向

8052cf60ff5c 2022-01-26 阅读 69

Here Documents

Here Documents 也是一种重定向的方式,格式如下:

command << token
text
token

例:

 Here String

Here String 也是类似的一种重定向的方式

 

举报

相关推荐

0 条评论