readme

来自「操作系统Interprocess Communication(IPC)实验源码。」· 代码 · 共 19 行

TXT
19
字号
compile:	gcc -o pipe pipe.c	gcc -o popen popen.crun:	./pipe	./popenoutput:/* pipe */In father processIn child processRead String:Hello World/* popen */total 34-rwxr-xr-x    1 root     root        14643 Apr 23 11:47 pipe-rw-r--r--    1 root     root          813 Apr 14 11:51 pipe.c-rwxr-xr-x    1 root     root        14132 Apr 14 11:48 popen-rw-r--r--    1 root     root          347 Apr 14 11:48 popen.c-rw-r--r--    1 root     root           59 Apr 23 11:48 readme

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?