read-last-lines
Read in the last N lines of a file efficiently using node.js and fs.
Last updated 5 years ago by alexbbt .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install read-last-lines 
SYNC missed versions from official npm registry.

Read Last N Lines

NPM

Read in the last N lines of a file efficiently using node.js and fs.

Installation

npm install read-last-lines --save

Usage

example reading last 50 lines of a file

const readLastLines = require('read-last-lines');
readLastLines.read('path/to/file', 50)
	.then((lines) => console.log(lines));

Contributing

  1. Fork it on Github https://github.com/alexbbt/read-last-lines
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request against the development branch :D

Current Tags

  • 1.8.0                                ...           latest (5 years ago)

18 Versions

  • 1.8.0                                ...           5 years ago
  • 1.7.2                                ...           6 years ago
  • 1.7.1                                ...           7 years ago
  • 1.7.0                                ...           7 years ago
  • 1.6.0                                ...           8 years ago
  • 1.5.0                                ...           8 years ago
  • 1.4.0                                ...           8 years ago
  • 1.3.0                                ...           8 years ago
  • 1.2.0                                ...           9 years ago
  • 1.1.4                                ...           9 years ago
  • 1.1.3                                ...           9 years ago
  • 1.1.2                                ...           9 years ago
  • 1.1.1                                ...           9 years ago
  • 1.1.0                                ...           9 years ago
  • 0.0.4                                ...           10 years ago
  • 1.0.3                                ...           10 years ago
  • 1.0.2                                ...           10 years ago
  • 1.0.1                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 18
Dependencies (1)
  • mz ^2.7.0
Dev Dependencies (10)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |