In order to append the output of ls to a file called bazz, which of the following command lines
would you use?
A.
ls > bazz
B.
ls >& bazz
C.
ls &> bazz
D.
ls >> bazz
Explanation:
The correct answer is ‘ls >> bazz’ because it is appended.
In order to append the output of ls to a file called bazz, which of the following command lines
would you use?
In order to append the output of ls to a file called bazz, which of the following command lines
would you use?
A.
ls > bazz
B.
ls >& bazz
C.
ls &> bazz
D.
ls >> bazz
Explanation:
The correct answer is ‘ls >> bazz’ because it is appended.