登录 注册
当前位置:主页 > 资源下载 > 17 > tail -f命令用于实时查看文件内容

tail -f命令用于实时查看文件内容

  • 更新:2024-10-26 19:04:44
  • 大小:5KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

尾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'参数