How do I watch a file for changes?

前端 未结 25 2804
孤街浪徒
孤街浪徒 2020-11-21 07:13

I have a log file being written by another process which I want to watch for changes. Each time a change occurs I\'d like to read the new data in to do some processing on it

25条回答
  •  别跟我提以往
    2020-11-21 08:12

    Seems that no one has posted fswatch. It is a cross-platform file system watcher. Just install it, run it and follow the prompts.

    I've used it with python and golang programs and it just works.

提交回复
热议问题