>> Another solution would be to use sed 's/$/^M/' | telnet ... >you don't want sed to buffer the data...not implemented in busybox sed
The canonical cr<->lf translation is to use tr, not sed. -- Jim _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
