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



A. It will break the file into new files of 1,024 byte pieces each.
B. It will break the file into new files of 1,000 line pieces each.
C. It will break the file into new files of 1,024 kilobyte pieces each.
D. It will break the file into new files that are no more than 5% of the size of the original file.

題解

「split」指令可以將一個檔案切割成好幾個檔案,預設的分割檔大小為1000行的內容。