Skip to content

Pr command on Linux (printing)

The pr command in Linux (printing) formats a text file for paginated output with a defined header, margins, and width. It is useful for formatting raw text for printing. The header consists of date, time, file name, and page number.

The commonly used options are:

  • -d: Specifies double spacing;
  • -l number: Specifies the number of characters wide on the page. The default is 66 characters;
  • -the number: Specifies the number of spaces in the left margin.

Example:

$ pr —l 75 —o 5 arquivo.txt

Learn much more about Linux in our online course. You can register here. If you already have an account, or want to create one, just log in or create your user here.

Did you like it?

Share