bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46048: split -n K/N loses data, sum of output files is smaller than


From: Paul Eggert
Subject: bug#46048: split -n K/N loses data, sum of output files is smaller than input file.
Date: Sun, 24 Jan 2021 11:55:27 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

On 1/24/21 8:52 AM, Pádraig Brady wrote:
-      if (lseek (STDIN_FILENO, start, SEEK_CUR) < 0)
+      if (lseek (STDIN_FILENO, start, SEEK_SET) < 0)

Dumb question: will this handle the case where you're splitting from stdin and stdin is a seekable file and its initial file offset is nonzero?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]