|
colcrt(1) -- filter nroff output for CRT previewing
|
Colcrt provides virtual half-line and reverse line feed sequences for terminals without such capability, and on which overstriking is destructive. Half-line characters and underlining (changed to dash... |
colrm(1) -- remove columns from a file
|
Colrm removes selected columns from the lines of a file. A column is defined as a single character in a line. Input is read from the standard input. Output is written to the standard output. If only t... |
|
column(1) -- columnate lists
|
The column utility formats its input into multiple columns. Rows are filled before columns. Input is taken from file operands, or, by default, from the standard input. Empty lines are ignored. The opt... |
comm(1) -- compare two sorted files line by line
|
Compare sorted files LEFT_FILE and RIGHT_FILE line by line. -1 suppress lines unique to left file -2 suppress lines unique to right file -3 suppress lines unique to both files --help display this help... |
configurewrapper(1) -- Placeholder for code that should correctly deal with
|
This wrapper currently just calls the configure program (default ./configure) with the given parameters. It is provided because of a planned transition to an active wrapper which correctly sets --buil... |
cp(1) -- copy files and directories
|
Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY. -a, --archive same as -dpR --backup[=CONTROL] make a backup of each existing destination file -b like --backup but does not accept an argument ... |
cpio(1) -- copy files to and from archives
|
This manual page documents the GNU version of cpio. cpio copies files into or out of a cpio or tar archive, which is a file that contains other files plus information about them, such as their file na... |
cpp-2.96(1) -- The C Preprocessor
|
The C preprocessor is a macro processor that is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define... |
crontab(1) -- maintain crontab files for individual users (V3)
|
crontab is the program used to install, deinstall or list the tables used to drive the cron(8) daemon in Vixie Cron. Each user can have their own crontab, and though these are files in /var/spool/cron... |
csplit(1) -- split a file into sections determined by context lines
|
Output pieces of FILE separated by PATTERN(s) to files `xx01', `xx02', ..., and output byte counts of each piece to standard output. -b, --suffix-format=FORMAT use sprintf FORMAT instead of %d -f, -... |
cstr(1) -- print out string literals in C source code
|
This program reads C source code files and prints out all string literals in them. Each literal starts on a new line. Escapes are not converted. Surrounding double quotes are not retained. Adjacent li... |
cundecl(1) -- encode C type declarations
|
The cundecl utility reads a verbose english description and produces a C type declaration. Casts are accepted as well. The options are as follows: -o file Set the output destination to file. -V Print ... |
cunloop(1) -- unloop C loops
|
The cunloop utility unloops the C language loop and branch instructions while, do, for, if into a sequence of goto instuctions to render the source file unreadable. The options are as follows: -o file... |
cut(1) -- remove sections from each line of files
|
Print selected parts of lines from each FILE to standard output. -b, --bytes=LIST output only these bytes -c, --characters=LIST output only these characters -d, --delimiter=DELIM use DELIM instead of ... |
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... |