|
tempfile(1) -- create a temporary file in a safe manner
|
tempfile creates a temporary file in a safe manner. It uses tempnam(3) to choose the name and opens it with O_RDWR | O_CREAT | O_EXCL. The filename is printed on standard output. The directory to plac... |
test(1) -- check file types and compare values
|
Exit with the status determined by EXPRESSION. --help display this help and exit --version output version information and exit EXPRESSION is true or false and sets exit status. It is one of: ( EXPRESS... |
tic(1) -- the terminfo entry-description compiler
|
The command tic translates a terminfo file from source format into compiled format. The compiled format is necessary for use with the library routines in ncurses(3X). The results are normally placed i... |
tixwish4.1(1) -- Windowing shell for interpreting Tix commands.
|
Tixwish is a simple program consisting of the Tcl command language, the Tk toolkit, and a main program that reads commands from standard input or from a file. It creates a main window and then process... |
tload(1) -- graphic representation of system load average
|
tload prints a graph of the current system load average to the specified tty (or the tty of the tload process if none is specified). Options [Toc] [Back] The -s scale option allows a vertical sc... |
toe(1) -- table of (terminfo) entries
|
With no options, toe lists all available terminal types by primary name with descriptions. File arguments specify the directories to be scanned; if no such arguments are given, your default terminfo d... |
top(1) -- display top CPU processes
|
top provides an ongoing look at processor activity in real time. It displays a listing of the most CPU-intensive tasks on the system, and can provide an interactive interface for manipulating processe... |
touch(1) -- change file timestamps
|
Update the access and modification times of each FILE to the current time. -a change only the access time -c, --no-create do not create any files -d, --date=STRING parse STRING and use it instead of c... |
tput(1) -- initialize a terminal or query terminfo database
|
The tput utility uses the terminfo database to make the values of terminal-dependent capabilities and information available to the shell (see sh(1)), to initialize or reset the terminal, or return the... |
tr(1) -- translate or delete characters
|
Translate, squeeze, and/or delete characters from standard input, writing to standard output. -c, --complement first complement SET1 -d, --delete delete characters in SET1, do not translate -s, --sque... |
troff(1) -- format documents
|
This manual page describes the GNU version of troff, which is part of the groff document formatting system. It is highly compatible with UNIX troff. Usually it should be invoked using the groff comman... |
true(1) -- do nothing, successfully
|
Exit with a status code indicating success. These option names may not be abbreviated. --help display this help and exit --version output version information and exit |
tset(1) -- terminal initialization
|
Tset initializes terminals. Tset first determines the type of terminal that you are using. This determination is done as follows, using the first terminal type found. 1. The terminal argument specifie... |