📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -