Split a 10 GB file into 10 files of 1 GB

How to Split a 10 GB file into 10 files of 1 GB in Ab initio?

Showing Answers 1 - 12 of 12 Answers

ayush kishor

  • Aug 29th, 2016
 

split -b filename
Here b=1073741824
You can use this LINUX command.
Go through 'man' command for more understanding

  Was this answer useful?  Yes

Arun Ramaswamy

  • Dec 9th, 2019
 

Why don't we use write multi files and take a approx rec space and do a split based on that.

Or keep as void of one and spilt when you write 1024*1024*1024*8.

  Was this answer useful?  Yes

Mahesh

  • May 26th, 2021
 

use write multiple files component or create m_mkfs with 10 partition layout. Write data into that file with broadcast component, but might get 10 files in mkfs

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions