[Info-vax] wrong file format
Dirk Munk
munk at home.nl
Mon Dec 28 17:32:25 EST 2020
Phillip Helbig (undress to reply) wrote:
> I have a damaged file which looks fine except that I see (in EDT)
> explicit carriage returns at the end of each line AND extra blank lines
> between each pair of lines. None of the standard SET FILE/ATTR
> incantations seems to work.
>
> Long story and it's late. :-| Maybe someone has a suggestion.
>
It seems your file is not a stream file, so changing attributes will not
help.
You can try the following:
1. Convert the file to a stream-lf file.
2. Set the attributes of the resulting file to stream cr-lf.
3. Convert the file again to a stream-lf file, it will replace all the
cr-lf record seperators to lf seperators.
4. Convert the file to any filetype you like, with some luck all the
blank lines will have disappeared.
More information about the Info-vax
mailing list