-
tail -f命令用于实时查看文件内容
资源介绍
尾f
观看文件,如tail -f
安装
npm install --save zo-tail-f
用法
const tail = require ( 'zo-tail-f' )
let watcher = tail . watch ( 'test/test.log' )
watcher . on ( 'line' , line => {
console . log ( line )
} )
api
tail.watch(文件名,选项)
filename :
options :
encoding :默认:'utf8'
mode :“行”,“块”,“流”,默认值:“行”
interval :毫秒,默认值:0不检查。 有时fs.watch()的延迟过多,要进行更及时的更改,可以设置'interval'参数