Skip to content

Instantly share code, notes, and snippets.

@tarzak
Created June 25, 2014 08:27
Show Gist options
  • Save tarzak/d0dec21fb55b002012ac to your computer and use it in GitHub Desktop.
Save tarzak/d0dec21fb55b002012ac to your computer and use it in GitHub Desktop.
var fs = require('fs');
var buf = fs.readFileSync('les01.js');//process.argv[2]
var str = buf.toString();
var arr = str.split("\n");
console.log(arr.length - 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment