Tput
In computing, tput is a standard Unix operating system command which makes use of terminal capabilities. Depending on the system, tput uses the terminfo or termcap database, as well as looking into the environment for the terminal type. HistoryTput was provided in UNIX System V in the early 1980s. A clone of the AT&T tput was submitted to volume 7 of the mod.sources newsgroup (later comp.sources.unix) in September 1986.[1][2] In contrast to the System V program, the clone used termcap rather than terminfo. It accepted command-line parameters for the System V Release 3 provided an improved version which combined the different initialization capabilities as a new option System V Release 4 defined additional terminfo capabilities including standardized ANSI color capabilities BSD platforms provided a different implementation of tput in 4.3BSD-Reno (June 1990).[4] It used termcap, recognizing only termcap capability names, and did not accept command-line parameters for cursor-addressing. FreeBSD used this in 1994, improving it by accepting one or two numeric command-line parameters.[5] Ross Ridge's mytinfo package in 1992[6] provided a tput which accepted either termcap or terminfo capability names. Like the Reno implementation, it did not pass command-line arguments to parameterized capabilities. ncurses incorporated the mytinfo code in June 1995. The initial version added a PortabilityThe Open Group defines one option ( All System V Release 4 implementations, as well as those which are designed to be compatible, also recognize a See alsoReferences
Further reading
External linksThe Wikibook Guide to Unix has a page on the topic of: Commands Manual pages
Tutorials |