|
puff(1X) -- An X program for sight-impaired users
|
Puff (puff) is intended for people who need text and graphics displayed at a high magnification factor. Typically users will want both the pointer and text to be tracked as they work. Puff follows the... |
puzzle(1X) -- 15-puzzle game for X
|
Executing puzzle with no arguments plays a 4x4 15-puzzle. The control bar has two boxes in it. Clicking in the left box scrambles the puzzle. Clicking in the right box solves the puzzle. Clicking the ... |
|
pwd(1) -- Displays the pathname of the current working directory
|
The pwd command writes to standard output the full pathname of your current working directory. All directories are separated by a / (slash). The first / represents the root directory and the last dire... |
quota(1) -- displays disk usage and limits
|
The quota command displays disk space usage and limits. Disk quotas are displayed as 1 kilobyte blocks unless the -h option is specified, then they are displayed as K (kilobyte), M (megabyte), G (giga... |
ranlib(1) -- Converts archives to random libraries
|
If you specify the -t option, the ranlib command only touches the archives and does not modify them. This is useful after copying an archive or using make with the -t option in order to avoid having l... |
rcp(1) -- Copies files on the same host, between a local host and a remote host, and between two remote hosts
|
The rcp command copies files on the same host, between a local host and a remote host, and between two remote hosts. Metacharacters that must be interpreted at a remote host must be quoted using \ (b... |
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 ... |
rcsclean(1) -- clean up working files
|
rcsclean removes working files that were checked out and never modified. For each file given, rcsclean compares the working file and a revision in the corresponding RCS file. If it finds a difference,... |
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... |
rcvstore(1) -- incorporate new mail asynchronously
|
The command rcvstore incorporates a message from the standard input into an MH folder. If a +folder argument is not given the file is placed in your +inbox folder. The new message being incorporated i... |
rdist(1) -- Maintains identical copies of files on multiple hosts
|
The rdist command preserves the owner, group, mode, and modification time of files if possible. It can also update programs that are executing. The rdist command reads commands from distfile in your $... |
read(1) -- Reads a line from standard input
|
The read utility reads a single line from standard input. By default, unless the -r option is specified, backslash (\) acts as an escape character. If standard input is a terminal device and the invo... |