Sponsored Content
Operating Systems Linux Ubuntu run multiple command at the same time in one window terminal using multiplexer Post 302563874 by jao_madn on Wednesday 12th of October 2011 10:14:15 AM
Old 10-12-2011
I think i accomplished my objective so far this is what i did.

1. I create a screen conf file stored somewhere and named screenrc-01.

screenrc-01
Quote:
startup_message off # disable the startup splash message
# F5 and F6 to move one screen forward or backward
bindkey -k k5 prev
bindkey -k k6 next

split
#screen -t terminal 1 top
screen -t Terminal-1 htop
split -v
focus down
screen -t Terminal-2 iotop
focus down
screen -t Terminal-3 bash
#split -v
#focus down
#screen -t Terminal-4 bash
#select Terminal-3
2. create a shortcut in alias and keyboard shorcut using this command to load my desired screenrc-## conf files

# gnome-terminal -e "screen -c <location>/screen_config/screenrc_02"
run multiple command at the same time in one window terminal using multiplexer-4-region-screen-terminalpng
This User Gave Thanks to jao_madn For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Run the start script from the terminal? Newbie Time!

Hi, How do I "run a script"? I'm trying to start up some software called ElectroServer 3, and was told I just needed to "run the start script from the terminal to get things going". From the terminal, i use cd command to change to the software's directory, and I guess the script in question is... (4 Replies)
Discussion started by: waking_bear
4 Replies

2. Shell Programming and Scripting

how to run multiple process at the same time

Hello guys, Look what im doing: I need to run a process from a SERVER1 to SERVER2, SERVER3 and SERVER4. The shell of the process is in each SERVER (2 to 4) So from SERVER1 i do: for i in SERVER2 SERVER3 SERVER4 do rsh $i ' ./process.sh ' done The problem is: each process.sh... (2 Replies)
Discussion started by: lestat_ecuador
2 Replies

3. Shell Programming and Scripting

Is command line invocation of gnome-terminal to run more than one command possible?

Hello, I am trying to learn how to pass something more than a one-command startup for gnome-terminal. I will give an example of what I'm trying to do here: #! /bin/bash # #TODO write this for gnome and xterm USAGE=" ______________________________________________ ${0##*/} run... (0 Replies)
Discussion started by: Narnie
0 Replies

4. AIX

time of a particular command run

Hello all, I need to find, what time a particular command was run in one of our AIX box. In our environment, we use 'powerbroker' to login as root and there are so many people who use this. I tried history command, which shown me similar to below: 406 ls -l | *user* 407 ls -l... (1 Reply)
Discussion started by: gsabarinath
1 Replies

5. Shell Programming and Scripting

Need Mac .sh to run command line app in seperate terminal

Hello, currently we are executing a .sh from terminal. The current .sh looks like this: #!/usr/bin/env bash /Users/user/my.app/Contents/MacOS/my & -- Now, we also need to run a third line in the .sh - It's a command line application that I need to run when I execute the above .sh... (0 Replies)
Discussion started by: yoyoyo777
0 Replies

6. UNIX for Dummies Questions & Answers

Script run everytime a new terminal window is opened

I created a script called title #!/bin/sh echo "^0;$*^G" It will change the terminal window titlebar to what ever I type after the script (title BIG would change titlebar to BIG instead of terminal) Is there a way to make it run so it will work on every terminal window that gets opened.... (1 Reply)
Discussion started by: amason0508
1 Replies

7. UNIX for Dummies Questions & Answers

Script to run a command in a new terminal

Hey, I am trying to write a script that will open all of my session windows, and then secure shell into the appropriate server in the new windows. Seems simple, but I cant get it to work! Please help! :confused: (1 Reply)
Discussion started by: sojo1024
1 Replies

8. Shell Programming and Scripting

Accepting multiple values in a variable at run time

Hi, Below is starting entry of my script #!/bin/ksh Usage() { print "Usage: $0 ID OPTION SERVER" print "<br>Where :" print "<br>Enter your ID into PARAM1, OPTION in the PARAM2 and SERVER in the PARAM3 field" print "<br>ID should be a valid ID" print "<br>OPTION should be either... (2 Replies)
Discussion started by: gopajitmalakar
2 Replies

9. Shell Programming and Scripting

Passing multiple run time arguments

the scenario is - If I pass 3 three arguments( run time) , it should list all .txt files from a path to temp file if I pass 2 arguments ( run time) , it should list all .csv files from the same path to another temp file the above scenario should be handled in single code and also I dont know ... (2 Replies)
Discussion started by: Prashanth B
2 Replies

10. UNIX for Beginners Questions & Answers

Toggle between xterm window and standard terminal window

Is it possible to toggle back and forth between an xterm invoked from one tty, and a shell invoked from a different tty? I am running Centos 7 with KDE and booting in non-graphic mode. After logging in on the default window (/dev/tty1) , I can then use ALT-F2 to access a new window (/dev/tty2),... (1 Reply)
Discussion started by: rhgscty
1 Replies
cdk_traverse(3) 					     Library Functions Manual						   cdk_traverse(3)

NAME
cdk_traverse - functions to support keyboard traversal SYNOPSIS
cc [ flag ... ] file ... -lcdk [ library ... ] #include <cdk.h> CDKOBJS *getCDKFocusCurrent (CDKSCREEN *screen); CDKOBJS *setCDKFocusCurrent (CDKSCREEN *screen, CDKOBJS *obj); CDKOBJS *setCDKFocusFirst (CDKSCREEN *screen); CDKOBJS *setCDKFocusLast (CDKSCREEN *screen); CDKOBJS *setCDKFocusNext (CDKSCREEN *screen); CDKOBJS *setCDKFocusPrevious (CDKSCREEN *screen); int traverseCDKScreen (CDKSCREEN *screen); void exitOKCDKScreen (CDKSCREEN *screen); void exitCancelCDKScreen (CDKSCREEN *screen); void resetCDKScreen (CDKSCREEN *screen); void exitOKCDKScreenOf(CDKOBJS *obj); void exitCancelCDKScreenOf (CDKOBJS *obj); void resetCDKScreenOf (CDKOBJS *obj); void traverseCDKOnce ( CDKSCREEN *screen, CDKOBJS *curobj, int keyCode, boolean functionKey, CHECK_KEYCODE funcMenuKey); DESCRIPTION
The functions above handle the traversal of a screen populated with various widgets. Once the screen has been created and populated with widgets, a single call to traverseCDKScreen() will allow the user to move between widgets and enter data (or otherwise manipulate widgets). Other functions are provided for use as callbacks by the widgets on the screen. Finally, there are several functions which allow the call- er to manipulate the state of the traversal, i.e., the object which has focus. In order for widgets to be used on a screen which is to be handled by traverseCDKScreen(), it must have the following methods available: injectCharObj inputWindowObj focusObj unfocusObj saveDataObj refreshDataObj In addition, the following object properties must be properly handled: acceptsFocus hasFocus inputWindow dataPtr dataType At the time of this writing, not all widgets have been modified to work with the screen-traversal facility. AVAILABLE FUNCTIONS
int traverseCDKScreen (CDKSCREEN *screen); This function contains the main screen traversal engine. It does the following: 1. Calls the refreshData method on each of the widgets to tell them to update their appearance to match the data which are referenced by their respective data pointers. 2. Calls the focusObject method on the first widget. 3. Repeats the following until one of the exit functions listed above has been called: * Read a keystroke from the keyboard. * If the keystroke is ESCAPE and a menu widget is present, activate the menu and traverse it until the user selects an entry or hits TAB. * If the keystroke is TAB/BACKTAB then call the unfocusObject method on the current widget, and move focus to the next/previous widget (not counting menu widgets). Call the focusObject method on the newly current widget. * If the keystroke is the EXIT-SAVE keystroke, then call the saveData method on each widget and return 1. * If the keystroke is the EXIT-CANCEL keystroke, return 0 without saving changes made by the user. * If the keystroke is the RESET-DATA keystroke, then call the refreshData method on each of the widgets to reset their appearance to match the data values that were present upon entry. * Otherwise, pass the keystroke to the current widget. CDKOBJS *getCDKFocusCurrent (CDKSCREEN *screen); Return a pointer to the object which currently has focus in the given screen. CDKOBJS *setCDKFocusCurrent (CDKSCREEN *screen, CDKOBJS *obj); Set the focus to the given object, if the screen contains that object. If the screen does not contain the object, return null. Oth- erwise, return the object. CDKOBJS *setCDKFocusFirst (CDKSCREEN *screen); Set focus on the first object in the given screen. CDKOBJS *setCDKFocusLast (CDKSCREEN *screen); Set focus on the last object in the given screen. CDKOBJS *setCDKFocusNext (CDKSCREEN *screen); Set focus on the next object in the given screen. CDKOBJS *setCDKFocusPrevious (CDKSCREEN *screen); Set focus on the previous object in the given screen. exitOKCDKScreen Causes the traversal engine to exit after calling the saveData method for each of the widgets. exitOKCDKScreenOf Calls exitOKCDKScreen() on the screen associated with widget obj. This function was designed to be used as a callback routine for a button widget used as an OK button on a data-entry screen. exitCancelCDKScreen Causes the traversal engine to exit without saving user modified data. exitCancelCDKScreenOf Calls exitCancelCDKScreen() on the screen associated with widget obj. This function was designed to be used as a callback routine for a button widget used as a Cancel button on a data-entry screen. resetCDKScreen Causes the traversal engine to call the refreshData method for each widget. This will cause any unsaved changes to be discarded and the widget states will be restored to their initial values. resetCDKScreenOf Calls resetCDKScreen() on the screen associated with widget obj. This function was designed to be used as a callback routine for a but- ton widget used as a Reset button on a data-entry screen. traverseCDKOnce This is a utility function, one of the pieces from which you can construct a customized version of traverseCDKScreen. BUGS
Not all widgets have had the extra methods added so that they work with the screen traversal engine. AUTHOR
Grant Edwards, Aspen Research Corporation Thomas Dickey and contributors. SEE ALSO
cdk(3), cdk_binding(3), cdk_display(3), cdk_screen(3) cdk_traverse(3)
All times are GMT -4. The time now is 11:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy