|
chgrp(1) -- change group ownership
|
Change the group membership of each FILE to GROUP. -c, --changes like verbose but report only when a change is made --dereference affect the referent of each symbolic link, rather than the symbolic li... |
chilight(1) -- highlight a C source file
|
The chilight utility colorizes the input file, expected to be written in the C language, with text attributes or markups. The options are as follows: -f format Set the output format to format. The for... |
chkdupexe(1) -- find duplicate executables
|
chkdupexe will scan the union of $PATH and a hardcoded list of common locations for binaries. It will report dangling symlinks and duplicately-named binaries. |
chktri(1) -- check for trigraphs in C source code
|
This program looks for lines containing trigraphs in C source code. Trigraphs are a way to represent certain characters in C source code as two question marks and a third character. For example, a bac... |
chmod(1) -- change file access permissions
|
This manual page documents the GNU version of chmod. chmod changes the permissions of each given file according to mode, which can be either a symbolic representation of changes to make, or an octal n... |
chown(1) -- change file owner and group
|
This manual page documents the GNU version of chown. chown changes the user and/or group ownership of each given file, according to its first non-option argument, which is interpreted as follows. If o... |
chsh(1) -- change login shell
|
chsh changes the user login shell. This determines the name of the user's initial login command. A normal user may only change the login shell for their own account, the super user may change the log... |
chvt(1) -- change foreground virtual terminal
|
The command chvt N makes /dev/ttyN the foreground terminal. The corresponding screen is created if it did not exist yet. To get rid of unused VTs, use deallocvt(1). The keymap action `Console_N' (usu... |
cksum(1) -- checksum and count the bytes in a file
|
Print CRC checksum and byte counts of each FILE. --help display this help and exit --version output version information and exit |
clear(1) -- clear the terminal screen
|
clear clears your screen if this is possible. It looks in the environment for the terminal type and then in the terminfo database to figure out how to clear the screen. |
cmp(1) -- compare two files or byte ranges
|
The cmp utility compares two files of any type and writes the results to the standard output. By default, cmp is silent if the files are the same; if they differ, the byte and line number at which the... |
cobfusc(1) -- make a C source file unreadable but compilable
|
This document contains only a brief description of cobfusc. For a more complete documentation, please read the Info file or the Texinfo manual. The cobfusc utility converts the input file, written in ... |
col(1) -- filter reverse line feeds from input
|
Col filters out reverse (and half reverse) line feeds so that the output is in the correct order with only forward and half forward line feeds, and replaces white-space characters with tabs where poss... |