Multiple choice technology operating systems how to split a file into different files split SPLIT cut 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.