Question

34. The following command will
Cat file1 file2 file3 > temp

a) Open and combine file1 file2 file3 into file1.
b) Open and combine file1, file2, file3 and redirect them to the directory temp.
c) Open and combine file1, file2. file3 and redirect them to the file temp.
d) Open the file temp and separate the contents equally into file1 file 2 file3.

Answers

Bot
b) Open and combine file1, file2, file3 and redirect them to the directory temp.
oobleck
AAAaannndd the bot gets it wrong yet again!

C
ni.
the bot always is wrong, choose C

Related Questions