Var stdin = process.openStdin(); stdin.addListener("data",function(d){});
How can I fetch input from this? I\'ve tried d.toString.tr
d.toString.tr