On Wed, Apr 4, 2012 at 1:34 PM, Jon Elson <elson at pico-systems.com> wrote:
Anybody know a way to edit a tape container file to
remove a few
tape blocks from the beginning?
I would use 'dd' for this (the 'bs', 'count', and 'skip'
args are
quite handy for fixed-length-record-level filtering)
-ethan