Hi there,

experimenting with OOo 3.2's unopkg.exe (under WindowsXP, SP3) it seems,
that the output from unopkg.exe is only directed at stdout, whereas
under Linux error messages (like given package not installed and the
like) are directed to stderr, and normal messages to stdout. Is this
intentional or a bug?

Furthermore, trying to pipe normal output to grep seems to not work,
i.e. something like:

       unopkg list --shared | grep CACHE

would not work on Windows, but would under Linux (i.e. display the lines
containing the string CACHE).
(Yes, I made sure that the string is output as a result of running
unopkg list --shared. The grep I am using on Windows is: GNU grep 2.5.3.)

Actually, the following does not work either under Windows:

      unopkg list --shared > test.txt

"test.txt" would be a 0-byte file.

Any ideas?

---rony




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to