5
node.jsでシェルコマンドの実行と出力を取得する
node.jsで、Unix端末コマンドの出力を取得する方法を見つけたいのですが。これを行う方法はありますか? function getCommandOutput(commandString){ // now how can I implement this function? // getCommandOutput("ls") should print the terminal output of the shell command "ls" }