mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-25 16:07:37 +00:00
Fixed type of to() - > toEnd().
This commit is contained in:
parent
ff5212aa97
commit
bba987dd80
@ -8,7 +8,7 @@ var path = require('path');
|
||||
//@ Examples:
|
||||
//@
|
||||
//@ ```javascript
|
||||
//@ cat('input.txt').to('output.txt');
|
||||
//@ cat('input.txt').toEnd('output.txt');
|
||||
//@ ```
|
||||
//@
|
||||
//@ Analogous to the redirect-and-append operator `>>` in Unix, but works with JavaScript strings (such as
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user