Để chép nội dung file1 vào cuối file2, sử dụng lệnh nào?33/50Để chép nội dung file1 vào cuối file2, sử dụng lệnh nào?cat file1 file2more file1 2> file2cat file1 >> file2copy file1 >> file2Giải thíchChọn đáp án D