|
rcp(1) -- remote file copy
|
The rcp utility copies files between machines. Each file or directory argument is either a remote file name of the form ``rname@rhost:path'', or a local file name (containing no `:' characters, or ... |
rcs(1) -- change RCS file attributes
|
rcs creates new RCS files or changes attributes of existing ones. An RCS file contains multiple revisions of text, an access list, a change log, descriptive text, and some control attributes. For rcs ... |
|
rcs2log(1) -- RCS to ChangeLog generator
|
The rcs2log utility generates a change log prefix from RCS files (perhaps in the CVS repository) and the ChangeLog (if any). The options are as follows: -c changelog Output a change log prefix to chan... |
rcsclean(1) -- clean up working files
|
rcsclean removes files that are not being worked on. rcsclean -u also unlocks and removes files that are being worked on but have not changed. For each file given, rcsclean compares the working file a... |
rcsdiff(1) -- compare RCS revisions
|
rcsdiff runs diff(1) to compare two revisions of each RCS file given. Pathnames matching an RCS suffix denote RCS files; all others denote working files. Names are paired as explained in ci(1). The op... |
rcsfreeze(1) -- freeze a configuration of sources checked in under RCS
|
rcsfreeze assigns a symbolic revision number to a set of RCS files that form a valid configuration. The idea is to run rcsfreeze each time a new version is checked in. A unique symbolic name (C_number... |
rcsintro(1) -- introduction to RCS commands
|
The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised f... |
rcsmerge(1) -- merge RCS revisions
|
rcsmerge incorporates the changes between two revisions of an RCS file into the corresponding working file. Pathnames matching an RCS suffix denote RCS files; all others denote working files. Names ar... |
rdist(1) -- remote file distribution client program
|
rdist is a program to maintain identical copies of files over multiple hosts. It preserves the owner, group, mode, and mtime of files if possible and can update programs that are executing. rdist read... |
rdistd(1) -- remote file distribution server program
|
rdistd is the server program for the rdist(1) command. It is normally run by rdist via rsh(1) or ssh(1). The options are as follows: -D Enable debugging messages. Messages are logged via syslog(3). -S... |
readlink(1) -- display target of symbolic link on standard output
|
The readlink utility when invoked with the pathname of a symbolic link as its argument dereferences the symbolic link and prints the name of target on standard output. If readlink is invoked with an a... |
refer(1) -- preprocess bibliographic references for groff
|
This file documents the GNU version of refer, which is part of the groff document formatting system. refer copies the contents of filename... to the standard output, except that lines between .[ and .... |
rehash(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... |
repeat(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... |
reset(1) -- terminal initialization
|
tset initializes terminals. tset first determines the type of terminal that you are using. This determination is done as follows, using the first terminal type found: 1. The terminal argument specifie... |