Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
TGET.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 2k
Category:
OS Develop
Development Platform:
WINDOWS
- TGET(1) Minix Programmer's Manual TGET(1)
- NAME
- tget - get termcap values
- SYNOPSIS
- tget [-flag id] [-num id] [-str id] [-goto col line] [[-echo] string]
- DESCRIPTION
- Tget allows shell scripts access to the termcap(3) functions. Flags,
- numbers and strings can be queried from the termcap database under the
- entry denoted by the environment variable $TERM.
- OPTIONS
- -flag id
- Set the exit status to zero if the flag id is set. All other
- options except -echo set the exit status to id being available or
- not. The last option sets the final exit code.
- -num id
- Print the value of the numeric variable id.
- -str id
- Print the value of the string variable id.
- -goto col line
- Generates instructions to go to the given column and line if the cm
- capability exists.
- -echo string
- Prints string. Any other argument that does not start with a dash
- is also printed.
- EXAMPLE
- Try this: tget -str so 'Reverse Video' -str se
- ENVIRONMENT
- TERM Terminal type.
- TERMCAP Path to the termcap database, by default
- /etc/termcap:/usr/etc/termcap.
- SEE ALSO
- termcap(3).
- DIAGNOSTICS
- Tget will fail immediately with a descriptive message if the termcap
- entry can't be found.
- 1
- TGET(1) Minix Programmer's Manual TGET(1)
- AUTHOR
- Kees J. Bot (kjb@cs.vu.nl)
- 2