I use the node libary child_process to spawn a new process, which works fine. Now I want to store the last n lines from stdout, let\'s say 100, for later. My fi
child_process