Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • I thought about some like that as well, but couldn't figure out how make it a generic solution for files of arbitrary size (the background of the question shouldn't have influenced my request for a generic solution) Commented Oct 10, 2014 at 22:03
  • I don't understand what you're saying. I just took the stated size of your file and divided by the number of cores. That can trivially be done by a script. Commented Oct 10, 2014 at 22:33
  • 4
    probably also needs conv=notrunc Commented Oct 10, 2014 at 23:47
  • @frostschutz: Maybe only the first one. Although I can't find this documented, my testing indicates that conv=notrunc is implied by seek= with a positive value. Commented Oct 31, 2014 at 17:05
  • 1
    no, seek does not imply notrunc. Commented Nov 1, 2014 at 10:51