0

I'm running code in a Sun Grid Engine batch system that generates large log files. I can choose the output locations using the -o and -e options, but would like to know if I can tell it not to record the output at all.

invisiblerhino
  • 840
  • 1
  • 10
  • 18

1 Answers1

5

Just specify /dev/null for both -e and -o.

choroba
  • 231,213
  • 25
  • 204
  • 289