你如何在Mac上的syslog中写一个.text文件的内容?

时间:2014-08-25 17:32:25

标签: macos bash

我有一个存储有关Mac的特定查询信息的.txt文件,我希望将此信息复制或写入syslog文件。基本上我希望将文件的内容写入syslog。我该怎么做呢?

1 个答案:

答案 0 :(得分:2)

使用logger(来自man logger):

  

-f--file file

      Log  the contents of the specified file.
      This option cannot be combined with command-line message.

E.g:

$ logger -p local0.notice -t MYPROGRAM -f /tmp/myprogram.log