nerdexam
LPI

101-400 · Question #92

What is the default action of the split command on an input file?

The correct answer is B. It will break the file into new files of 1,000 line pieces each. See the full explanation below for the reasoning.

Question

What is the default action of the split command on an input file?

Options

  • AIt will break the file into new files of 1,024 byte pieces each.
  • BIt will break the file into new files of 1,000 line pieces each.
  • CIt will break the file into new files of 1,024 kilobyte pieces each.
  • DIt will break the file into new files that are no more than 5% of the size of the original file.

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    82% (18)
  • C
    5% (1)
  • D
    9% (2)

Community Discussion

No community discussion yet for this question.

Full 101-400 Practice