Multiple choice technology operating systems

how to split a file into different files

  1. split

  2. SPLIT

  3. cut

  4. CUT

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

split is the correct command to divide a file into multiple smaller files. Unix commands are case-sensitive, so 'SPLIT' would not work. 'cut' extracts columns or fields, not splitting files.