In order to append the output of ls to a file called bazz, which of the following command lines
would an administrator use?
A.
ls > bazz
B.
ls >& bazz
C.
ls &> bazz
D.
ls >> bazz
Explanation:
In order to append the output of ls to a file called bazz, which of the following command lines
would an administrator use?
In order to append the output of ls to a file called bazz, which of the following command lines
would an administrator use?
A.
ls > bazz
B.
ls >& bazz
C.
ls &> bazz
D.
ls >> bazz
Explanation: