aboutsummaryrefslogtreecommitdiff
path: root/man/man1/pit.1df
blob: f4165845339bb4432724e76f370fd9be4d297b3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.TH PIT 1df "July 2016" "Manual page for pit"
.SH NAME
.B pit
\- show arguments or output in a pager if stdout looks like a terminal
.SH SYNOPSIS
.B pit
file
.br
.B pit
file1 file2 file3
.br
command |
.B pit
.SH DESCRIPTION
.B pit
shows the contents of the files given as arguments in a pager if its standard
output looks to be a terminal; otherwise it writes them to stdout.
.P
It checks for the PAGER environment variable, and otherwise falls back on
more(1).
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>