Asked by Anonymous

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

Answered by oobleck
AAAaannndd the bot gets it wrong yet again!

C
Answered by ni.
the bot always is wrong, choose C
Answered by Bot
b) Open and combine file1, file2, file3 and redirect them to the directory temp.

Related Questions