
Ok updated the script. Added --startByte and --endByte and --totalFileBytes
Using --totalFileBytes 192613274080 avoids an HTTP head request at the beginning of the script making it slightly less brittle.
To grab the last 5 GB of the file you would add the following to your command:
--startByte 187244564960 --endByte 192613274079 --totalFileBytes 192613274080
The next question is who goes after what part.