【发布时间】:2018-05-25 16:48:58
【问题描述】:
$ cat /proc/sys/kernel/core_pattern
|/usr/share/apport/apport %p %s %c %d %P
'|' 是什么意思文件中的意思是/proc/sys/kernel/core_pattern?
【问题讨论】:
-
意思是
(take the stdout from this process) | (and tie it to stdin of this one) -
@ben 这不是关于 bash 的问题,而是关于文件格式的问题。碰巧该格式采用了 bash 中也使用的符号,但这并没有使问题成为欺骗。
标签: linux ubuntu-16.04 sysctl