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.
嗨!我有一个在 linux 上运行的颠覆服务器,我想设置一个检查日志消息格式的钩子。日志消息应该是这样的:
#ID 文本
所以它应该以 # 开头,后跟一个 ID(仅限数字),然后是一个空格和一个日志消息,其长度至少为 50 个字符。
我怎样才能做到这一点?哦,我想在那之后调用一些脚本,我想将日志消息传递给脚本,所以我需要变量或其他东西中的日志消息。
谢谢您的帮助!