stdin dosunix stdout

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?
 
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.
 
Another way to try it is to use the filename '-' (a single dash).
 
Back
Top