RE: Compressing output via pipes
From: Orr, Steve (sorr_at_rightnow.com)
Date: 11/26/03
- Next message: Clark C. Evans: "portable development -- python for the pda?"
- Previous message: Douglas Alan: "Re: Python's simplicity philosophy"
- Maybe in reply to: Orr, Steve: "Compressing output via pipes"
- Next in thread: Jeremy Bowers: "Re: Compressing output via pipes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 26 Nov 2003 15:40:04 -0700 To: "Paul Moore" <pf_moore@yahoo.co.uk>, <python-list@python.org>
Thanks but what about os.mknode() in 2.3? The docs don't say it's UNIX
only.
So without named pipes support in windoze there isn't ANYWAY to do this?
Windoze sucks.
Any possible non-portable pythonic way to do this in *nix?
Thanks again.
-----Original Message-----
From: python-list-bounces+sorr=rightnow.com@python.org
[mailto:python-list-bounces+sorr=rightnow.com@python.org] On Behalf Of
Paul Moore
Sent: Wednesday, November 26, 2003 3:30 PM
To: python-list@python.org
Subject: Re: Compressing output via pipes
"Orr, Steve" <sorr@rightnow.com> writes:
> Oracle provides an export utility (exp) and I have a shell script
> which compresses its output (not stdout) thru a pipe but l need a
> platform portable Python script for this.
How platform portable? If you want to do this on Windows, you're
basically out of luck, as Windows doesn't support named pipes like this.
If you're talking just Unix variants, I'd guess that a minimal shell
script is as portable as you need.
Paul
-- This signature intentionally left blank -- http://mail.python.org/mailman/listinfo/python-list
- Next message: Clark C. Evans: "portable development -- python for the pda?"
- Previous message: Douglas Alan: "Re: Python's simplicity philosophy"
- Maybe in reply to: Orr, Steve: "Compressing output via pipes"
- Next in thread: Jeremy Bowers: "Re: Compressing output via pipes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|