第 7 章 Pipe

简介:

目录

7.1. stdin
7.2. forkpty
7.3. Popen
7.4. socketpair

7.1. stdin

#!/usr/bin/python
#filename:demo.py

import sys

for line in sys.stdin:
    print line,


#ls -lh | python demo.py
		





原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
已解决 BrokenPipeError: [Errno 32] Broken pipe
已解决 BrokenPipeError: [Errno 32] Broken pipe
5632 0
已解决 BrokenPipeError: [Errno 32] Broken pipe
|
应用服务中间件 nginx
IOException: Broken pipe
IOException: Broken pipe
157 0
|
网络协议
av_interleaved_write_frame -32 broken pipe
av_interleaved_write_frame -32 broken pipe
247 0
av_interleaved_write_frame -32 broken pipe
|
Ubuntu
stat()函数、fstat()函数和lstat()函数
stat()函数、fstat()函数和lstat()函数
153 0
BrokenPipeError: [Errno 32] Broken pipe解决方法
BrokenPipeError: [Errno 32] Broken pipe解决方法
1427 0