|
8.13 pipes -- Interface to shell pipelines
Availability: Unix. The pipes module defines a class to abstract the concept of a pipeline -- a sequence of convertors from one file to another. Because the module uses /bin/sh command lines, a POSIX or compatible shell for os.system() and os.popen() is required. The pipes module defines the following class:
Example:
Subsections See About this document... for information on suggesting changes. |