|
page(1) -- view files on a CRT
|
less is a program similar to the traditional more(1), but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting... |
pagesize(1) -- print system page size
|
pagesize prints the size of a page of memory in bytes, as returned by getpagesize(3). This program is useful in constructing portable shell scripts. |
|
pagsh(1) -- execute a command without authentication
|
Starts a new subprocess that is detached from any Kerberos ticket cache and AFS tokens. Without command a new shell is started. |
passwd(1) -- modify a user's password
|
passwd changes the user's local, Kerberos, or YP password. First, the user is prompted for their current password. If the current password is correctly typed, a new password is requested. The new pas... |
paste(1) -- merge corresponding or subsequent lines of files
|
The paste utility concatenates the corresponding lines of the given input files, replacing all but the last file's newline characters with a single tab character, and writes the resulting lines to st... |
patch(1) -- apply a diff file to an original
|
patch will take a patch file containing any of the four forms of difference listing produced by the diff(1) program and apply those differences to an original file, producing a patched version. If pat... |
pax(1) -- read and write file archives and copy directory hierarchies
|
pax will read, write, and list the members of an archive file, and will copy directory hierarchies. pax operation is independent of the specific archive format, and supports a wide variety of differen... |
i386/pctr(1) -- display CPU performance counters
|
The pctr program is a sample implementation of how to access the pctr(4) pseudo device available on many i386 compatible machines. By default, the pctr command displays the current values of the TSC a... |
perl(1) -- Practical Extraction and Report Language
|
Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It's also a good language for many system... |
perl5004delta(1) -- what's new for perl5.004
|
This document describes differences between the 5.003 release (as documented in Programming Perl, second edition--the Camel Book) and this one. |
perl5005delta(1) -- what's new for perl5.005
|
This document describes differences between the 5.004 release and this one. |
perl561delta(1) -- what's new for perl v5.6.x
|
This document describes differences between the 5.005 release and the 5.6.1 release. |
perl56delta(1) -- what's new for perl v5.6.0
|
This document describes differences between the 5.005 release and the 5.6.0 release. |
perl570delta(1) -- what's new for perl v5.7.0
|
This document describes differences between the 5.6.0 release and the 5.7.0 release. |
perl571delta(1) -- what's new for perl v5.7.1
|
This document describes differences between the 5.7.0 release and the 5.7.1 release. (To view the differences between the 5.6.0 release and the 5.7.0 release, see perl570delta.) |