For a long running script we are using screen to be able to close the ssh session without stopping the script.
Screen, however, keeps saving the output which is resulting in a very high diskio.
My question: how can I start a screen session which does not save stdout and stderr to the disk?