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.
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
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.