Skip to content

Instantly share code, notes, and snippets.

@shaikh-shahid
Created April 4, 2016 10:13
Show Gist options
  • Save shaikh-shahid/7ed1f5640659432738af43e1fd535133 to your computer and use it in GitHub Desktop.
Save shaikh-shahid/7ed1f5640659432738af43e1fd535133 to your computer and use it in GitHub Desktop.
var fs = require("fs");
var fileContent = fs.readFileSync('sync.js','utf8');
console.log(fileContent);
console.log("something else");
//Output
//Same code content
//something else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment