Skip to content

Commit

Permalink
Merge 42cc333 into a67de85
Browse files Browse the repository at this point in the history
  • Loading branch information
antham committed May 21, 2015
2 parents a67de85 + 42cc333 commit c63f0bc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -45,16 +45,21 @@ for example (not a useful one): `nip 'return lines.length' -1 file.txt`

----

`-s string-or-regex`, `--col-splitter=string-or-regex`
`-c string-or-regex`, `--col-splitter=string-or-regex`
>the splitter for --cols, can be regex or string format, by default it's `/\s+/`
----

`-n string-or-regex`, `--line-splitter=string-or-regex`
`-s string-or-regex`, `--line-splitter=string-or-regex`
>the line separator, can be regex or string format, by default we're splitting on lines so it's `\n`
---

`-n string`, `--line-joiner=string`
>string used to join lines together
---

## Examples

Only output lines that begin with the word `var`:
Expand Down

0 comments on commit c63f0bc

Please sign in to comment.