|
ctm_smail(1) -- send and receive ctm(1) deltas via mail
|
In conjunction with the ctm(1) command, ctm_smail, ctm_dequeue and ctm_rmail are used to distribute changes to a source tree via email. The ctm_smail utility is given a compressed ctm delta, and a mai... |
cu(1) -- connect to a remote system
|
The tip and cu utilities establish a full-duplex connection to another machine, giving the appearance of being logged in directly on the remote CPU. It goes without saying that you must have a login o... |
cursor(1) -- set cursor shape for the pcvt VT220 video driver
|
The cursor utility allows the user to set the cursor shape in a given virtual screen of the above mentioned driver. The options are as follows: -d Specifies a device for which the cursor shape is set.... |
cut(1) -- select portions of each line of a file
|
The cut utility selects portions of each line (as specified by list) from each file and writes them to the standard output. If no file arguments are specified, or a file argument is a single dash (`-... |
cvs(1) -- Concurrent Versions System
|
CVS is a version control system, which allows you to keep old versions of files (usually source code), keep a log of who, when, and why changes occurred, etc., like RCS or SCCS. Unlike the simpler sys... |
date(1) -- display or set date and time
|
When invoked without arguments, the date utility displays the current date and time. Otherwise, depending on the options specified, date will set the date and time or print it in a user-defined way. T... |
dc(1) -- an arbitrary precision calculator
|
Dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. It also allows you to define and call macros. Normally dc reads from the standard input; if any command arguments ... |
dd(1) -- convert and copy a file
|
The dd utility copies the standard input to the standard output. Input data is read and written in 512-byte blocks. If input reads are short, input from multiple reads are aggregated to form the outpu... |
default(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |
df(1) -- display free disk space
|
The df utility displays statistics about the amount of free disk space on the specified file system or on the file system of which file is a part. Values are displayed in 512-byte per block counts. If... |
dialog(1) -- display dialog boxes from shell scripts
|
Dialog is a program which allows you to present a variety of questions or display messages in dialog box form from a shell script. The following types of dialog objects are currently supported: yes/no... |
diff(1) -- find differences between two files
|
In the simplest case, diff compares the contents of the two files from- file and to-file. A file name of - stands for text read from the standard input. As a special case, diff - - compares a copy of ... |
diff3(1) -- find differences between three files
|
The diff3 command compares three files and outputs descriptions of their differences. The files to compare are mine, older, and yours. At most one of these three file names may be -, which tells diff3... |