Q. 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
πŸ’¬ Discuss
βœ… Correct Answer: (B) cat file1.txt file2.txt > new.txt

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
1023
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
90%
Success Rate