Operating System - HP-UX
1830226 Members
1562 Online
109999 Solutions
New Discussion

message on console terminal

 
SOLVED
Go to solution
Tammy Liang
Regular Advisor

message on console terminal

We have a program that send message to console terminal. How can I redirect the message to
a file instead of displaying on console without change the program?


Thanks for any help...
take easy, enjoy life
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: message on console terminal

Change the program where says /dev/console to a filename.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Patrick Wallek
Honored Contributor

Re: message on console terminal

You really can't without changing the program / script.