A
Q. Which command would separate the file researchpaper into multiple files, each containing 60 lines?
A. split -60 researchpaper
B. split -C 60b researchpaper
C. split -C 60 researchpaper
D. split -l 60 researchpaper
- Correct Answer - Option(C)
- Views: 5
- Filed under category Linux
- Hashtags:
Discusssion
Login to discuss.