📜  &> - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:05.376000             🧑  作者: Mango

代码示例1
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