nerdexam
LPI

117-101 · Question #264

Which of the following would do the same as the command cat < file1.txt > file2.txt?

The correct answer is B. cat file1.txt >file2.txt. See the full explanation below for the reasoning.

Question

Which of the following would do the same as the command cat < file1.txt > file2.txt?

Options

  • Acat < file1.txt file2.txt
  • Bcat file1.txt >file2.txt
  • Ccat <file1.txt | file2.txt
  • Dcat file1.txt | file2.txt
  • Ecp file1.txt>file2.txt

How the community answered

(17 responses)
  • A
    12% (2)
  • B
    82% (14)
  • C
    6% (1)

Community Discussion

No community discussion yet for this question.

Full 117-101 Practice