首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 从一个单一的命令到多个命令输入输出管道,用Python实现的

从一个单一的命令到多个命令输入输出管道,用Python实现的

资 源 简 介

pipe output from a single command into multiple commands inputs, implemented in python. See also: process substitution via >() http://tldp.org/LDP/abs/html/process-sub.html See also: multipipe http://multipipe.sourceforge.net/ So why multipype? Python is cross-platform compatible. I had trouble compiling multipipe on solaris. And it"s really tough to use process substitution when the subcommand itself requires redirection. Example usage: tar cf - somedir | multipype "md5sum - > somedir.tar.md5" "gzip > somedir.tar.gz"

文 件 列 表

multipype
readme.txt
VIP VIP
0.177080s