PDA

View Full Version : stdin dosunix stdout


lukec
February 13th, 2009, 00:02
dosunix-1.0.14 pkg doesn't appear to handle stdin stdio and requires actual files.
Anyone know of an alternative that would handle this?

mjguzik
February 13th, 2009, 00:09
Have you tried to run it with /dev/stdin and /dev/stdout as arguments?

btw, something like "cat in | tr -d '\r' " used to work afair.

lukec
February 13th, 2009, 00:26
Tried with /dev/stdin and /dev/stdout - looks to work a treat! THX

SirDice
February 13th, 2009, 12:15
Another way to try it is to use the filename '-' (a single dash).