L lukec Feb 12, 2009 #1 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?
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?
M mjguzik Feb 12, 2009 #2 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.
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.
OP L lukec Feb 12, 2009 Thread Starter #3 Tried with /dev/stdin and /dev/stdout - looks to work a treat! THX
SirDice Administrator Staff member Administrator Moderator Feb 13, 2009 #4 Another way to try it is to use the filename '-' (a single dash).