unix-head-tail
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "unix-head-tail", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ # unix-head-tail | ||
// head -n 3 test.txt | tail -n +7 | ||
// head -n 7 test.txt | tail -n +3 | ||
headTail('test.txt', 3, 7, (err, b) => { | ||
@@ -11,0 +11,0 @@ console.log('test.txt lines 3 to 7 are...') |