-->
当前位置:首页 > 题库

单选题:Which one of the following statements correctly describes the >

Luz5年前 (2021-05-10)题库662
Which one of the following statements correctly describes the > and >> symbols in the context of the bash shell?@[B](1)
A. > appends standard output to an existing file, and >> writes standard output to a new file.
B. > writes standard output to a new file, and >> appends standard output to an existing file.
C. > writes standard error to a new file, and >> appends standard error to an existing file.
D. > pipes standard output to a new file, and >> pipes standard output to an existing file.




A.> appends standard output to an existing file, and >> writes standard output to a new file.
B.> writes standard output to a new file, and >> appends standard output to an existing file.
C.> writes standard error to a new file, and >> appends standard error to an existing file.
D.> pipes standard output to a new file, and >> pipes standard output to an existing file.


答案:B