Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
/dev/tty redirect
Name: former33t Date: October 3, 2006 at 11:01:19 Pacific OS: RHEL 3 CPU/Ram: N/A Product: N/A
Comment:
I have a poorly written binary that strace shows opens up /dev/tty to send the output to the screen (rather than just writing to stdout). The problem I am having is that I want to redirect and/or capture that output for parsing. Any good ideas how to do this either in the shell or in perl? Thanks in advance for the help.
Summary: HI, I tried to move /dev/tty to other directory using the following commands, # mkdir /var/dev # mv /dev/tty[0-9]* /var/dev # cd /var/dev # for name in *; do > ln -s /var/dev/$name /dev/$name >done Al...
Summary: I'm tring to move an old SCO multi-user database on to RedHat7.2. I can start the db server OK and can start multiple user sessions from the console, but can't start a db session as a telnet user. Tel...
Summary: Sorry for double-post - subject got clipped! I'm tring to move an old SCO multi-user database on to RedHat7.2. I can start the db server OK and can start multiple user sessions from the console, but c...