|
tsort(1) -- topological sort of a directed graph
|
tsort takes a list of pairs of node names representing directed arcs in a graph and prints the nodes in topological order on standard output. That is, the input describes a partial ordering relation, ... |
tty(1) -- return user's terminal name
|
The tty utility writes the name of the terminal attached to standard input to standard output. The name that is written is the string returned by ttyname(3). If the standard input is not a terminal, t... |
|
ul(1) -- do underlining
|
ul reads the named files (or standard input if none are given) and translates occurrences of underscores to the sequence which indicates underlining for the terminal in use, as specified by the enviro... |
ulimit(1) -- public domain Korn shell
|
ksh is a command interpreter intended for both interactive and shell script use. Its command language is a superset of the sh(1) shell language. Shell startup [Toc] [Back] The following options ... |
uname(1) -- print operating system name
|
The uname utility writes symbols representing one or more system characteristics to the standard output. The options are as follows: -a Behave as though all of the options -mnrsv were specified. -m Pr... |
uncompress(1) -- compress and expand data
|
The compress and gzip utilities reduce the size of the named files using adaptive Lempel-Ziv coding. They are functionally identical, but use different algorithms for compression. If invoked as gzip o... |
unexpand(1) -- expand tabs to spaces, and vice versa
|
expand processes the named files or the standard input, writing the standard output with tabs changed into blanks. Backspace characters are preserved into the output and decrement the column count for... |
unifdef(1) -- remove preprocessor conditionals from code
|
The unifdef utility selectively processes conditional cpp(1) directives. It removes from a file both the directives and any additional text that they specify should be removed, while otherwise leaving... |
uniq(1) -- report or filter out repeated lines in a file
|
The uniq utility reads the standard input comparing adjacent lines and writes a copy of each unique input line to the standard output. The second and succeeding copies of identical adjacent input line... |
units(1) -- conversion program
|
The units program converts quantities expressed in various scales to their equivalents in other scales. The units program can only handle multiplicative scale changes. It cannot convert Celsius to Fah... |
unlimit(1) -- a shell (command interpreter) with C-like syntax
|
csh is a command language interpreter incorporating a history mechanism (see History substitutions), job control facilities (see Jobs), interactive file name and user name completion (see File name co... |
unprotoize(1) -- automatically add or remove function prototypes
|
protoize is an optional part of GNU C. You can use it to add prototypes to a program, thus converting the program to ANSI C in one respect. The companion program unprotoize does the reverse: it remove... |
unvis(1) -- revert a visual representation of data back to original form
|
unvis is the inverse function of vis(1). It reverts a visual representation of data back to its original form on standard output. |
uptime(1) -- show how long system has been running
|
The uptime utility displays the current time, the length of time the system has been up, the number of users, and the load average of the system over the last 1, 5, and 15 minutes. This is the ``headi... |
usbhidaction(1) -- perform actions according to USB HID controls
|
usbhidaction can be used to execute commands when certain values appear on HID controls. The normal operation for this program is to read the configuration file and then become a daemon and execute co... |