Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2025 01:54 PM
Hi @pra18,
You can split and load the binary files using split command like this.
ret = os.system("split -b 4020000 -a 4 -d large_data.dat large_data.dat_split_")