Compressing output via pipes
Paul Moore
pf_moore at yahoo.co.uk
Wed Nov 26 17:29:45 EST 2003
More information about the Python-list mailing list
Wed Nov 26 17:29:45 EST 2003
- Previous message (by thread): Compressing output via pipes
- Next message (by thread): Compressing output via pipes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Orr, Steve" <sorr at 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
- Previous message (by thread): Compressing output via pipes
- Next message (by thread): Compressing output via pipes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list