Skip to content

shama/posix-head

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A POSIX-like head in JavaScript.

NPM

build status Build status NPM version

Sauce Test Status

CLI

head -n 20 long.file

API

var Head = require('posix-head')

var head = new Head(argv)

Returns a transform stream. argv can be:

  • _: An array of arguments, file inputs; such as head one.js two.js three.js
  • fs: Override the file system with a node/io compatible fs.
  • n: The first number lines of each input file shall be copied to standard output. Default is 10.
  • nl: Specify which <newline> character to operate with. Defaults to \n.

license

(c) 2015 Kyle Robinson Young. MIT License

About

A POSIX-like head in JavaScript.

Resources

Stars

Watchers

Forks

Packages

No packages published