nerdexam
LPI

101-500 · 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. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

GNU and Unix Commands

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

(28 responses)
  • A
    4% (1)
  • B
    86% (24)
  • C
    7% (2)
  • D
    4% (1)

Explanation

You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Topics

#split command#file splitting#line-based chunking#default behavior

Community Discussion

No community discussion yet for this question.

Full 101-500 Practice