|
compile_et(1) -- error table compiler
|
Compile_et converts a table listing error-code names and associated messages into a C source file suitable for use with the com_err(3) library. The source file name must end with a suffix of ``.et''... |
complete(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... |
|
compress(1) -- compress and expand data
|
The compress utility reduces the size of the named files using adaptive Lempel-Ziv coding. Each file is renamed to the same name plus the extension ``.Z''. As many of the modification time, access t... |
continue(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... |
cp(1) -- copy files
|
In the first synopsis form, the cp utility copies the contents of the source_file to the target_file. In the second synopsis form, the contents of each named source_file is copied to the destination t... |
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(1) -- The GNU C-Compatible Compiler 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)
|
The crontab utility 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 /va... |
crunchgen(1) -- generates build environment for a crunched binary
|
A crunched binary is a program made up of many other programs linked together into a single executable. The crunched binary main() function determines which component program to run by the contents of... |
crunchide(1) -- hides symbol names from ld, for crunching programs together
|
The crunchide utility hides the global symbols of object-file such that they are ignored by subsequent runs of the linker, ld(1). Some symbols may be left visible via the -k keep-symbol and -f keep-li... |
crypt(1) -- very simple file encryption
|
The enigma utility, also known as crypt is a very simple encryption program, working on a ``secret-key'' basis. It operates as a filter, i. e. it encrypts or decrypts a stream of data from standard ... |
csh(1) -- C shell with file name completion and command line editing
|
tcsh is an enhanced but completely compatible version of the Berkeley UNIX C shell, csh(1). It is a command language interpreter usable both as an interactive login shell and a shell script command pr... |
csplit(1) -- split files based on context
|
The csplit utility splits file into pieces using the patterns args. If file is a dash (`-'), csplit reads from standard input. The options are as follows: -f prefix Give created files names beginning... |
ctags(1) -- create a tags file
|
The ctags utility makes a tags file for ex(1) from the specified C, Pascal, Fortran, yacc(1), lex(1), and Lisp sources. A tags file gives the locations of specified objects in a group of files. Each l... |
ctm(1) -- source code mirror program
|
The ctm utility was originally ``Cvs Through eMail'', but now instead it seems more fitting to call it ``Current Through eMail''. The ctm utility is now meant to be the definitive way to make and ... |