const stdout = childProcess.execSync(`cat ${filename}`) console.log(stdout.toString()). • Input: file.txt. • Resulting command: cat file.txt.
確定! 回上一頁