bug-coreutils
[Top][All Lists]
Advanced

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

bug#29012: od: busy skip on block devices


From: Pádraig Brady
Subject: bug#29012: od: busy skip on block devices
Date: Thu, 26 Oct 2017 22:25:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 26/10/17 08:13, Christian Kögler wrote:
> If od is used on block devices together with skip, od reads the skipped bytes 
> instead of seeking it.

Yes it has done that from the initial version.
Note od concatenates multiple files, and skips across
all of them, so consequently restricts itself to
seeking where it knows the file length (regular files).

I suppose we could try to seek if a single argument was specified.

As an alternative you could skip with dd and pipe to od?

cheers,
Pádraig.





reply via email to

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