J
Jeff W
I know
type foo >a.s puts foo into a.s
type foo 2>a.s puts errors into a.s
but what if I want both into the same file?
type foo >a.s 2>a.s doesn't work, neither does
type foo 1>a.s 2>a.s
i can send them to separate files and concatenate - but what a hack
thanks
/j
type foo >a.s puts foo into a.s
type foo 2>a.s puts errors into a.s
but what if I want both into the same file?
type foo >a.s 2>a.s doesn't work, neither does
type foo 1>a.s 2>a.s
i can send them to separate files and concatenate - but what a hack
thanks
/j