On Dec 4, 2010, at 12:19, Paul Gilmartin wrote:
> I have V 8192 file containing binary data. The last record
> may be short (it was created by FTP BINARY). I want to reblock
> it to V 100 with the last record possibly short. I want the
> output file to contain the same total number of characters as
> the input file: no separators, terminators, delimiters or RDWs
> added or removed.
>
So it occured to me that I might do it with a kludge:
pipe < / | deblock fixed 1 | block 100 fixed | > img2 /tm
It took a long time. I washed my hands afterward. Is there a
better way?
Thanks,
gil