|
|
|
piconv(1) -- iconv(1), reinvented in perl
|
|
piconv is perl version of iconv, a character encoding converter widely available for various Unixen today. This script was primarily a technology demonstrator for Perl 5.8.0, but you can use piconv in... |
|
pkg(1) -- replacement-to-be of pkg_* tools
|
|
pkg is meant to be a replacement of the old pkg_* tools. For the time being, it should only be invoked internally by pkg_add(1), to handle dependencies. |
|
|
pkg_add(1) -- install software package distributions
|
|
The pkg_add command is used to install packages created with the pkg_create(1) command. Selected packages containing precompiled applications from the /usr/ports tree can be found on the OpenBSD FTP s... |
|
pkg_create(1) -- create binary software package for distribution
|
|
The pkg_create command creates a binary package named pkg-name, for subsequent use with pkg_add(1), pkg_delete(1) and pkg_info(1). pkg-name will traditionally have a .tgz extension, to denote the unde... |
|
pkg_delete(1) -- a utility for deleting previously installed software package distributions
|
|
The pkg_delete command is used to delete packages that have been previously installed with the pkg_add(1) command. Package names may be specified either as the package name itself, or as a filename wh... |
|
pkg_info(1) -- a utility for displaying information on software packages
|
|
The pkg_info command is used to dump out information for packages, as created by pkg_create(1), which may be still packed up or already installed on the system with the pkg_add(1) command. The pkg-nam... |
|
pkill(1) -- find or signal processes by name
|
|
The pgrep command searches the process table on the running system and prints the process IDs of all processes that match the criteria given on the command line. The pkill command searches the process... |
|
pl2pm(1) -- Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
|
|
pl2pm is a tool to aid in the conversion of Perl4-style .pl library files to Perl5-style library modules. Usually, your old .pl file will still work fine and you should only use this tool if you plan ... |
|
pmdb(1) -- debugger
|
|
The pmdb utility can be used to see what is happening inside a running process or to catch program crashes and examine the state at the time of the crash. The only way to start pmdb at this moment is ... |
|
pod2html(1) -- convert .pod files to .html files
|
|
Converts files from pod format (see perlpod) to HTML format. |