Skip to content
Advertisement

Set server output only in spool

Is it possible to set the server output only into the spool file and not in the shell ?

Inside MY_PROCEDURE I have this :

I would like to put Hello World only in log.txt, not in the screen shell.

Advertisement

Answer

Simplest way is to pipe the unix output to /dev/null

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement