Which of the following commands reads a file and creates separate chunks of a given size from the file's contents?
Which of the following commands reads a file and creates separate chunks of a given size from the file's contents?
The 'split' command reads a file and creates separate chunks of a given size from the file's contents. This command is used commonly in Unix/Linux systems to break a large file into smaller pieces, making it easier to manage and transfer.
split: split a file into pieces