Conversation
Notices
-
ninguno (nobody@gnusocial.net)'s status on Thursday, 19-Jan-2017 11:50:39 UTC ninguno
> var f = function(command) { require('child_process').exec(command).stdout.on('data', function(data) { console.log(`${data}`); }) }
undefined
> f('man -Pcat ngrep | grep ALL')
undefined
> ALL YOUR BASE ARE BELONG TO US.