|
pwd(1) -- print name of current/working directory
|
NOTE: your shell may have its own version of pwd which will supercede the version described here. Please refer to your shell's documentation for details about the options it supports. Print the full ... |
python2.1(1) -- an interpreted, interactive, object-oriented programming language
|
Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the ... |
ranlib(1) -- generate index to archive.
|
ranlib generates an index to the contents of an archive and stores it in the archive. The index lists each symbol defined by a member of an archive that is a relocatable object file. You may use nm -s... |
rbash(1) -- restricted bash, see bash(1)
|
|
rcs2log(1) -- generates a changelog from RCS files
|
rcslog generates a change log from RCS files, which can possibly be located in a CVS repository, and outputs the new change log to standard output. If no FILE is specified, rcs2log will use the files ... |
readelf(1) -- Displays information about ELF files.
|
readelf displays information about one or more ELF format object files. The options control what particular information to display. elffile... are the object files to be examined. At the moment, reade... |
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... |
readprofile(1) -- a tool to read kernel profiling information
|
The readprofile command uses the /proc/profile information to print ascii data on standard output. The output is organized in three columns: the first is the number of clock ticks, the second is the n... |
rename(1) -- renames multiple files
|
"rename" renames the filenames supplied according to the rule specified as the first argument. The perlexpr argument is a Perl expression which is expected to modify the $_ string in Perl for at lea... |
renice(1) -- alter priority of running processes
|
Renice alters the scheduling priority of one or more running processes. The following who parameters are interpreted as process ID's, process group ID's, or user names. Renice'ing a process group c... |
replay(1) -- play back typescripts, using timing information
|
This program replays a typescript, using timing information to ensure that output happens at the same speed as it originally appeared when the script was recorded. It is only guaranteed to work preper... |
rev(1) -- reverse lines of a file
|
The rev utility copies the specified files to the standard output, reversing the order of characters in every line. If no files are specified, the standard input is read. FreeBSD 5.2.1 March 21, 1992 ... |
rm(1) -- remove files or directories
|
This manual page documents the GNU version of rm. rm removes each specified file. By default, it does not remove directories. If a file is unwritable, the standard input is a tty, and the -f or --forc... |