Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 UBUNTU 12.04。
我有一个记录某些进程输出的 shell 脚本。被记录的进程会根据调用记录脚本的父 shell 脚本而改变。我想将此日志记录的输出写入磁盘上的文件,但在命名文件时遇到问题。
我很想根据父脚本自己的名字来命名它。不幸的是,我完全不知道如何从脚本中获取该名称。我想最好的方法是提取父 PID ( $PPID),然后使用它来查找脚本名称,但我也不知道该怎么做。
$PPID
而不是跳过箍来执行此操作,只需让父母打开登录说 FD4。然后,每当您需要登录时,只需写入 FD4。
# parent script exec 4>> parent.log # child script echo "Log me!" >&4