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

单选题:How could you describe the following command line?

Luz5年前 (2021-05-10)题库590
How could you describe the following command line? @[D](1)

foo || bar
A. The command foo redirect its output to the command bar.
B. The command foo writes its output into the file bar.
C. The command bar is only processed if the command foo leaves without error.
D. The command bar is only processed if the command foo leaves with an error.





A.The command foo redirect its output to the command bar.
B.The command foo writes its output into the file bar.
C.The command bar is only processed if the command foo leaves without error.
D.The command bar is only processed if the command foo leaves with an error.


答案:D