On Mon, 25 Aug 2003 14:58:27 -0400
"Keith Birchfield" <[EMAIL PROTECTED]> wrote:

> Hello everyone,
> I'm having an inconsistent error when using unix2dos in a csh script under
> red hat linux 9.
> The error seams to report that unix2dos was unable to access it's own temp
> file.
> 
> Anybody seen this issue before?
> 
> Anyone know how to resolve it ?
> 
> Anyone have an alternative?
> 
> tia
> Keith
> 

I've seen this before.  Using this tool in your home directory
seems to make it happy and/or using it as root.

Alternatively you can use:

sed -e 's/$/\r/' infile > outfile

Cheers,
Sean


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to