|
tput(1) -- query terminfo database
|
The tput command uses the terminfo database to make terminal-dependent capabilities and information available to the shell (see terminfo(4)). The tput command outputs a string if the attribute (capname) is of type string, or an integer if the attribute is of type integer. If the attribute is of type boolean, tput simply sets the exit code (0 for TRUE, 1 for FALSE), and produces no output. |
tr(1) -- translate characters
|
tr copies the standard input to the standard output with substitution or deletion of selected characters. Input characters from string1 are replaced with the corresponding characters in string2. If necessary, string1 and string2 can be quoted to avoid pattern matching by the shell. tr recognizes the following command line options: -A Translates on a byte-by-byte basis. When this flag is specified ... |
|
true(1) -- return exit status zero or one respectively
|
The command true does nothing, and returns exit code zero. The command false does nothing, and returns exit code one. They are typically used to construct command procedures. |
tryfrom(1) -- utility programs for TCP Wrappers
|
tryfrom This program identifies the end-point details related to a connection. This program must be called via a remote shell command as shown below. It is used to find out if the hostname and the address are properly recognized, and also if the username lookup works properly. # remsh host /usr/bin/tryfrom tryfrom prints the following output when it is invoked: client address (%a): client hostname... |
tset(1) -- terminal-dependent initialization
|
tset sets up the terminal when logging in on an HP-UX system. It does terminal-dependent processing, such as setting erase and kill characters, setting or resetting delays, and sending any sequences needed to properly initialize the terminal. It first determines the type of terminal involved, then does the necessary initializations and mode settings. The type of terminal attached to each HP-UX por... |
tsm(1) -- Terminal Session Manager
|
tsm allows a user to interact with more than one shell or application (session) from a single terminal. Each session is bound to a virtual device emulating the physical terminal. The emulation includes maintaining display state, softkeys, and terminal modes for each session. The virtual device can be manipulated like the actual terminal by using stty and ioctl (see stty(1) and ioctl(2)). Additiona... |
tsm.command(1) -- send commands to the Terminal Session Manager (TSM)
|
tsm.command is used to send a command string programmaticly to the Terminal Session Manager (TSM), as if the string were typed on the TSM command line. tsm.command fails unless it is run from inside a TSM session. Actions caused by tsm.command affect only the instance of TSM that tsm.command is run under. command can have any value that is a valid key sequence for the TSM command line. The sequenc... |
tsm.info(1) -- get Terminal Session Manager state information
|
tsm.info is used to obtain information about TSM. When run from inside a TSM session it returns valid information; otherwise it fails with a nonzero error code. Information returned is written to standard output. request can have any of the following values: is_a_window Successful (returns zero) if executed from a TSM session, nonzero error code otherwise. session_number Writes the session number ... |
tsm.lpadmin(1m) -- add or remove a printer for use with tsm(1)
|
tsm.lpadmin is used to add (or remove) a printer to the LP spooling system when the printer is connected to the system through a terminal running the Terminal Session Manager (see tsm(1)). tsm.lpadmin is a shell script that uses lpadmin in the normal way but also creates a named pipe to which LP output is directed (see lpadmin(1)). This named pipe is opened by TSM and data flowing from it is sent ... |
tsort(1) -- topological sort
|
tsort produces on the standard output a totally ordered list of items consistent with a partial ordering of items mentioned in the input text file. If no file is specified, the standard input is understood. tsort is generally used in conjunction with the lorder command to sort the objects to be installed in a library by ar (see lorder(1) and ar(1)). The input consists of pairs of text items (nonem... |
ttsyncd(1m) -- Daemon to maintain the nis+ password table in sync with the nis+ trusted table.
|
ttsyncd checks that each login name in the nis+ password (passwd) table appears in the nis+ trusted table. It will create a user entry in the trusted table for every user that exists in the password table and NOT in the trusted table. Each nis+ user can potentially log in to an HP trusted system; thus, ttsyncd aids trusted systems by creating an entry in the trusted table before the nis+ user logs... |
tty(1) -- get the name of the terminal
|
tty and pty print the path name of the user's terminal. The -s option inhibits printing of the terminal path name and any diagnostics, providing a means to test only the exit code. |
ttytype(1) -- terminal identification program
|
ttytype automatically identifies the current terminal type by sending an identification request sequence to the terminal. This method works for local, modem, and remote terminal connections, as well as for the hpterm and xterm terminal emulators. Once the terminal has been identified, ttytype prints the terminal's type to the standard output (see terminfo(4)). This string is usually used as the v... |
tunefs(1m) -- tune up an existing HFS file system
|
The tunefs command is used to alter dynamic parameters that affect HFS file system layout policies. Parameters to be altered are specified by the options and arguments provided on the command line as described below. tunefs affects how the file system blocks are laid out on the disk. The default rotdelay value set by the newfs and mkfs commands (see newf ) is 0 milliseconds, causing file system bl... |
tunefs_hfs(1m) -- tune up an existing HFS file system
|
The tunefs command is used to alter dynamic parameters that affect HFS file system layout policies. Parameters to be altered are specified by the options and arguments provided on the command line as described below. tunefs affects how the file system blocks are laid out on the disk. The default rotdelay value set by the newfs and mkfs commands (see newf ) is 0 milliseconds, causing file system bl... |