From: Michele Andreoli (quisque@tin.it)
Date: Thu Nov 04 1999 - 16:29:23 CET
On Thu, Nov 04, 1999 at 01:10:18PM +0100, Robert Warnke nicely wrote:
> Hello,
>
> I have problems with the commands
> unix2dos file
> dos2unix file
> There don't work. The commands don't stop and don't convert the files.
> What can I do?
>
They read and write using Unix pipe:
# dos2unix < input > output works
# cat input | dos2unix | less works
# dos2unix input do not works
Michele
-- "I'd like to conclude with a positive statement, but I can't remember any. Would two negative ones do?" -- Woody Allen --------------------------------------------------------------------- To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk For additional commands, e-mail: mulinux-help@sunsite.auc.dk
This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:12 CET