Menu

#23 Bitcollider, win98 - redirection broken?

open
nobody
None
5
2003-12-04
2003-12-04
Anonymous
No

I've tried using
bitcollider -p filename > output
and the output file is empty. (Under win98)

It seems that it is not redirecting to a file properly.

I've also tried (from a python script using win32pipe)
(i,o,e) = win32pipe.popen3("bitcollider -p filename")
and i can read from e, but o is just empty.

possible fixes:

- Fix redirection (however that would be done)

- Add a -o option for -p to output to a file so that
bitcollider -o output -p file(s)
could be used instead.

flb@go.wifl.at.org

Discussion


Log in to post a comment.