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