Forrest logo
tool overview
On this page you find all important commands for the CLI tool pic. If the command you are looking for is missing please ask our AI.

pic

The "pic" command line tool is a powerful utility used to create diagrams and graphs. It was originally developed at Bell Labs in the 1970s by Brian Kernighan and Lorinda Cherry. The name "pic" stands for "picture" and it is primarily used to generate line drawings, flowcharts, and other visual elements for documents. It uses a simple and intuitive language that allows users to define and manipulate graphical elements. Pic files consist of a sequence of commands that describe the structure and layout of the desired diagram. These commands can define shapes, lines, text, and various other visual elements. The "pic" utility can output diagrams in various formats, including PostScript, SVG, and TeX. It has been widely adopted by the Unix and Linux community and is often used in conjunction with the groff typesetting system. Pic is renowned for its ability to generate high-quality diagrams with minimal effort. It is particularly popular among programmers, researchers, and technical writers for creating illustrations in technical documentation.

List of commands for pic:

  • pic:tldr:1eba0 pic: Process input with pictures, saving the output for future typesetting with groff to PostScript.
    $ pic ${path-to-input-pic} > ${path-to-output-roff}
    try on your machine
    explain this command
  • pic:tldr:b5d90 pic: Typeset input with pictures to PDF using the [me] macro package.
    $ pic -T ${pdf} ${path-to-input-pic} | groff -${me} -T ${pdf} > ${path-to-output-pdf}
    try on your machine
    explain this command
tool overview