有关 2&>1,man bash
原创
©著作权归作者所有:来自51CTO博客作者不再更新的博客的原创作品,请联系作者获取转载授权,否则将追究法律责任
Bash allows both the standard output (file descriptor 1) and the stan-
dard error output (file descriptor 2) to be redirected to the file
whose name is the expansion of word with this construct.
There are two formats for redirecting standard output and standard
error:
&>word
and
>&word
Of the two forms, the first is preferred. This is semantically equiva-
lent to
>word 2>&1
上一篇:正则中很有用的字符匹配例子
下一篇:模拟U盘系统的制作
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
cocos2d-x 中CCSpriteFrameCache用法与Cocos Creator中有关方案
本文给出cocos2d-x中CCSpriteFrameCache类的使用思路,并对比了Cocos Creator 3.8环境下的实现方案,但有关更高级的缓存方案并没有讨论,请注意。
缓存 cocos creator cocos2d-x CCSpriteFrameCache SpriteFrame -
sar日志 man 手册 (1)
sar日志 man 手册 (1)
sar 日志 man 手册 -
Linux菜鸡入坑02:shell、bash、man
小白学习shell,bash基础知识
bash man shell