![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GNU screen | neked | UNIX for Advanced & Expert Users | 2 | 09-26-2008 12:30 AM |
| I won't get the login screen | balarajum | AIX | 2 | 04-02-2007 12:58 PM |
| clear screen in g++ | gefa | High Level Programming | 2 | 04-22-2006 09:00 AM |
| printing to the screen | UNIX for Advanced & Expert Users | 2 | 10-23-2003 11:19 PM | |
| screen capture | merlin | UNIX for Dummies Questions & Answers | 10 | 02-10-2003 02:45 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Well this is the deal:
i am in screen #1 and i wish to send a command to screen #2. The thing is that using screen -x i can have 2 terminals open and monitor 2 screens. I wish to be able to control both screens from either of them. So if i have two windows open on my desktop, and i work in a window with screen #1, i wish to be able to send commands to a screen #2 that is open in another window on my desktop. I need this to have several automated processes, for example: feed in screen #1 triggers events in screen #2. |
|
||||
|
Thank you for your reply Grial, however this just sends the output from
/dev/pts/3 to /dev/pts/4. I wish to do the following from /dev/pts/3: <funcname> /dev/pts/4 echo hello where <funcname> is the program that enables me to send a command to /dev/pts/4 so the command executes on /dev/pts/4. Thank you! Last edited by Gurth; 12-20-2006 at 07:46 AM.. |
|
||||
|
I have been able to come close using "screen" utility.
If i enter the command prompt of the "screen" i can then do: Code:
at 1# "ls -al" ctrl-a-: to get to the command prompt of the screen utility. Can i perhaps prefix the at 1# "ls -al" with some char sequence to emulate the escape char? |
![]() |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|