Sponsored Content
Operating Systems Linux Terminal Execution By Giving a Command Post 302212354 by sysgate on Monday 7th of July 2008 08:45:18 AM
Old 07-07-2008
Let me see if I got that correct, example :
Under KDE, if I want to start my terminal utility, I do : ALT + F2, "Run Command" window pops up, and then I enter name for application, in my case this is "konsole".
Under GNOME, I believe, the name of the terminal is "gnome-terminal", at least this is what I was able to find in the net. HTH.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Simple cp command giving problem..HELP !!!

i am new user to unix. just started today. i have a task on my hand. please help me out.this may be the most simplest question to you guys. i have to upload a file ABC in some directory for example lib..i am already at the promt where i want to load that directory now my destination directory... (1 Reply)
Discussion started by: anishshahnew83
1 Replies

2. Shell Programming and Scripting

Last Command not giving year

Hi All, i want the last login details along with year. i tried below command but not giving me the year of last login. last <$Userid> | head -1 i heard that if it is current year then it wont display the year else it will display the year. is it so? if yes then , is there any way of... (1 Reply)
Discussion started by: ani_rvce
1 Replies

3. UNIX for Dummies Questions & Answers

Last Command not giving year

Hi All, i want the last login details along with year. i tried below command but not giving me the year of last login. last <$Userid> | head -1 i heard that if it is current year then it wont display the year else it will display the year. is it so? if yes then , is there any way of... (1 Reply)
Discussion started by: ani_rvce
1 Replies

4. Linux

acroread command giving error

Hi, When I run the command acroread it is giving error ERROR: Cannot find installation directory. When I look at /usr/local/Adobe/Acrobat7.0/bin/ an exicutable file named acroread is there. When i run ./acroread from that directory it is working . What can i do so that I can give... (3 Replies)
Discussion started by: iamjayanth
3 Replies

5. Shell Programming and Scripting

tr command giving wrong output

Hi All, i have a file which have many fields delimited by ,(comma) now i have to show only few fields and not all. the sample text file looks like this: TYPE=SERVICEEVENT, TIMESTAMP=05/06/2009 11:01:40 PM, HOST=sppwa634, APPLICATION=ASComp, FUNCTION=LimitsService, SOU... (8 Replies)
Discussion started by: usha rao
8 Replies

6. UNIX for Dummies Questions & Answers

Giving a name to a Terminal in "Xfce" desktop environment

Hi, I work noramly with 3/4/5 Terminals (not xterms) open. In the different Terminal I set different tools (software). Unfortunately I loose easily the overview of all these Terminals. Which setup is in which Terminal? It would be nice to have a possibility to name Termianls. By the way I work... (4 Replies)
Discussion started by: hooge789
4 Replies

7. UNIX for Dummies Questions & Answers

Prevent terminal from closing after command execution

Hello, I want to create application which launches some terminal, then some command is executed on that terminal and then prevent terminal from closing. I started to do on gnome-terminal because the Gnome is the most widely used desktop-manager in the Linux distributions. I want to do... (3 Replies)
Discussion started by: tyanata
3 Replies

8. Shell Programming and Scripting

Shell command execution always giving zero as return value

Whenever the shell script is invoked by the scheduler the command execution return code is always captured as 0(Success). If the same shell script is executed in command line via unix terminal, the command execution return code's are captured properly. For example: ls -ltr es_wrong_file ---->... (5 Replies)
Discussion started by: vemal
5 Replies

9. AIX

Lsof command giving while loop

Hello, There is a process in AIX which is actually a oracle database user session but is running very slow When I use lsof it give below output lsof /proc/21955180 In while loop:256 In while loop:256 In while loop:256 In while loop:256 Value of I :183 np:1024 Please... (1 Reply)
Discussion started by: Vishal_dba
1 Replies

10. Shell Programming and Scripting

Grep command giving different result for different users for same command

Hello, I am running below command as root user #nodetool cfstats tests | grep "Memtable switch count" Memtable switch count: 12 Where as when I try to run same command as another user it gives different result. #su -l zabbix -s /bin/bash -c "nodetool cfstats tests | grep "Memtable switch... (10 Replies)
Discussion started by: Pushpraj
10 Replies
term::interact::menu(3tcl)					 Terminal control					term::interact::menu(3tcl)

__________________________________________________________________________________________________________________________________________________

NAME
term::interact::menu - Terminal widget, menu SYNOPSIS
package require Tcl 8.4 package require term::interact::menu ?0.1? term::interact::menu object dict ?options...? object interact object done object clear object configure object configure option object configure option value... object cget option _________________________________________________________________ DESCRIPTION
This package provides a class for the creation of a simple menu control. CLASS API
The package exports a single command, the class command, enabling the creation of menu instances. Its API is: term::interact::menu object dict ?options...? This command creates a new menu object with the name object, initializes it, and returns the fully qualified name of the object com- mand as its result. The argument is the menu to show, possibly followed by configuration options and their values. The options are explained in the sec- tion Configuration. The menu is a dictionary maping labels to symbolic action codes. OBJECT API
The objects created by the class command provide the methods listed below: object interact Shows the menu in the screen at the configured location and starts interacting with it. This opens its own event loop for the pro- cessing of incoming characters. The method returns when the interaction has completed. See section Interaction for a description of the possible interaction. The method returns the symbolic action of the menu item selected by the user at the end of the interaction. object done This method can be used by user supplied actions to terminate the interaction with the object. object clear This method can be used by user supplied actions to remove the menu from the terminal. object configure object configure option object configure option value... object cget option Standard methods to retrieve and configure the options of the menu. CONFIGURATION
A menu instance recognizes the following options: -in chan Specifies the channel to read character sequences from. Defaults to stdin. -out chan Specifies the channel to write the menu contents to. Defaults to stdout. -column int Specifies the column of the terminal where the left margin of the menu display should appear. Defaults to 0, i.e. the left-most col- umn. -line int Specifies the line of the terminal where the top margin of the menu display should appear. Defaults to 0, i.e. the top-most line. -height int Specifies the number of lines of text to show at most in the display. Defaults to 25. -actions dict Specifies a dictionary containing additional actions, using character sequences as keys. Note that these sequences cannot override the hardwired sequences described in section Interaction. -hilitleft int -hilitright int By default the entire selected menu entry is highlighted in revers output. However, when present these two options restrict revers dispay to the specified sub-range of the entry. -framed bool By default the menu is shown using only header and footer out of characters box graphics. If this flag is set the menu is fully enclosed in a box. INTERACTION
A menu object recognizes the control sequences listed below and acts as described. The user can supply more control sequences to act on via the configuration, but is not able to overide these defaults. Cursor Up The selection is moved up one entry, except if the first entry of the menu is already selected. Cursor Down The selection is moved down one entry, except if the last entry of the menu is already selected. Enter/Return The interaction with the object is terminated. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category term of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
control, menu, terminal, text display CATEGORY
Terminal control COPYRIGHT
Copyright (c) 2006 Andreas Kupries <andreas_kupries@users.sourceforge.net> term 0.1 term::interact::menu(3tcl)
All times are GMT -4. The time now is 12:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy