|
tail(1) -- Writes a file to standard output, beginning at a specified point
|
If you do not specify -f, -r, -number, or +number, tail begins reading 10 lines before the end of the file. The default starting point is - (end of input), l (lines) is the default unit, and 10 is the... |
talk(1) -- Converses with another user
|
The talk command allows two users to enter text simultaneously into windows displayed on each other's terminals. To initiate a conversation, one user executes talk and specifies the second user's us... |
tar(1) -- Manipulates tape archives
|
The tar command is used to save and restore data from traditional format tar archives. [Tru64 UNIX] The actions of tar on a trusted system are controlled by the way the Information System Security Off... |
tarsets(1) -- subset kitting command file generator
|
The tarsets command is used by the kits utility to produce software kits for use with the setld(8) utility. The tarsets command reads subset inventory records from standard input and writes a command ... |
tbl(1) -- formats tables for nroff
|
The tbl preprocessor is used for formatting tables for nroff. When you run tbl, the input files are copied to standard output, except for lines between the .TS (table start) and .TE (table end) comman... |
tcl(1) -- Tool Command Language
|
The tcl software is unsupported software that is provided as part of Tru64 UNIX. We will fix problems in this unsupported software only if they are specific to Tru64 UNIX. We will not fix problems tha... |
tcl-tk(1) -- Tool Command Language
|
The tcl software is unsupported software that is provided as part of Tru64 UNIX. We will fix problems in this unsupported software only if they are specific to Tru64 UNIX. We will not fix problems tha... |
tcopy(1) -- Copies magnetic tapes
|
If a source and a destination tape are specified then the tcopy command copies the source tape into the destination tape. If only a source tape is specified then tcopy prints information about the con... |
tee(1) -- Displays the output of a program and copies it into a file
|
The tee command reads standard input and writes to both standard output, and each specified file. The tee command is useful when you wish to view program output as it is displayed, and also want to sa... |
telnet(1) -- Logs into a remote host
|
The telnet command is the interface to the TELNET protocol. The TELNET protcol allows remote login to other hosts. The telnet command uses the Transmission Control Protocol/Internet Protocol (TCP/IP) ... |
test(1) -- Evaluates conditional expressions
|
The test command evaluates an expression constructed of functions and operators. If the value of expression is true, test returns an exit value of zero (0); otherwise, it returns FALSE, a nonzero exit... |
tftp(1) -- Provides the Trivial File Transfer Protocol (TFTP)
|
The tftp command transfers files between hosts using TFTP. Because TFTP is a minimal file transfer protocol, the tftp command does not provide all of the features described under the ftp command. For ... |
third(1) -- Third Degree: heap usage and leak profiler, and
|
See prof_intro(1) for an introduction to the application performance tuning tools provided with Tru64 UNIX. Third Degree (third) creates an instrumented version of a debuggable C or C++ program (namin... |