0.0.0 • Published 12 years ago

sed.js v0.0.0

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago

sed.js

Unix sed for node.js

Intended to be POSIX compliant.

Any incorrect behaviour for a POSIX compliant script will be considered a bug. Please report it at https://github.com/drj11/sed.js/issues

Source Code

github: https://github.com/drj11/sed.js git: https://github.com/drj11/sed.js.git

Current implementation status

Implemented

  • All POSIX options (-e, -f, and -n)
  • Implicit stdin and input from file arguments
  • All POSIX verbs (#:=abcDdGgHhilNnpqrstwxy{)
  • All (POSIX) addresses: numeric, $, context
  • Detection of #n at start of script
  • Empty REs in addresses and s pattern
  • Correct Exit Status

Tests

npm install # to install urchin
npm test