Skip to content

Instantly share code, notes, and snippets.

@skeep
Created March 19, 2013 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skeep/5198144 to your computer and use it in GitHub Desktop.
Save skeep/5198144 to your computer and use it in GitHub Desktop.
var fs = require('fs');
fs.createReadStream('test.log').pipe(fs.createWriteStream('newLog.log'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment