|
pr(1) -- convert text files for printing
|
Paginate or columnate FILE(s) for printing. +FIRST_PAGE[:LAST_PAGE], --pages=FIRST_PAGE[:LAST_PAGE] begin [stop] printing with page FIRST_[LAST_]PAGE -COLUMN, --columns=COLUMN produce COLUMN-column ou... |
printenv(1) -- print all or part of environment
|
If no environment VARIABLE specified, print them all. --help display this help and exit --version output version information and exit |
printf(1) -- format and print data
|
NOTE: your shell may have its own version of printf which will supercede the version described here. Please refer to your shell's documentation for details about the options it supports. Print ARGUME... |
ps(1) -- report process status
|
ps gives a snapshot of the current processes. If you want a repetitive update of this status, use top. This man page documents the /proc-based version of ps, or tries to. |
ps2ascii(1) -- Ghostscript translator from PostScript or PDF to ASCII
|
ps2ascii uses gs(1) to extract ASCII text from PostScript(tm) or Adobe Portable Document Format (PDF) files. If no files are specified on the command line, gs reads from standard input; but PDF input ... |
ps2epsi(1) -- generate conforming Encapsulated PostScript
|
ps2epsi uses gs(1) to process a PostScript(tm) file and generate as output a new file which conforms to Adobe's Encapsulated PostScript Interchange (EPSI) format. EPSI is a special form of encapsulat... |
ps2pdf(1) -- Convert PostScript to PDF using ghostscript
|
The ps2pdf scripts are work-alikes for nearly all the functionality (but not the user interface) of Adobe's Acrobat(TM) Distiller(TM) product: they convert PostScript files to Portable Document Forma... |
ps2pdfwr(1) -- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript
|
This script invokes gs(1) with following arguments -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite as well as the -dOutputFile argument, all preceded and followed by any command-line arguemnts. |
ps2ps(1) -- Ghostscript PostScript "distiller"
|
ps2ps uses gs(1) to convert PostScript(tm) file "input.ps" to simpler and (usually) faster PostScript in "output.ps". Normally the output is allowed to use PostScript Level 2 constructs, but the -... |
psfaddtable(1) -- add a Unicode character table to a console font
|
psfaddtable takes a console font in .psf format given by fontfile and merges it with the Unicode character table given by tablefile to produce a font file with an embedded character table, which is wr... |
psfgettable(1) -- extract the embedded Unicode character table from a console font
|
psfgettable extracts the embedded Unicode character table from a .psf format console font into a human readable ASCII file of the format used by psfaddtable(1). If the font file name is a single dash ... |
psfstriptable(1) -- remove the embedded Unicode character table from a console font
|
psfstriptable reads a .psf format console font from fontfile, or standard input if fontfile is a single dash (-), which may have an embedded Unicode font table, and writes (to standard output or the s... |
pstree(1) -- display a tree of processes
|
pstree shows running processes as a tree. The tree is rooted at either pid or init if pid is omitted. If a user name is specified, all process trees rooted at processes owned by that user are shown. p... |