Answers

Question and Answer:

  Home  Linux Shell

⟩ Create a new file "new.txt" that is a concatenation of "file1.txt" and "file2.txt"? a) cp file.txt file2.txt new.txt b) cat file1.txt file2.txt > new.txt c) mv file[12].txt new.txt d) ls file1.txt file2.txt | new.txt

b) cat file1.txt file2.txt > new.txt

 157 views

More Questions for you: