aboutsummaryrefslogtreecommitdiff
path: root/man/man1/fnl.1df
blob: 5c878b699d993111a5658327b8d2b24e4b2ea18c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.TH FNL 1df "August 2016" "Manual page for fnl"
.SH NAME
.B fnl
\- run a command and put stdout and stderr into temporary files
.SH SYNOPSIS
.B fnl
command arg1 ...
.SH DESCRIPTION
.B fnl
runs the command specifies in its arguments, writing any stdout and stderr to
separate temporary files created with mktd(1df), and then runs wc(1) over them
to show their statistics and full paths.
.SH SEE ALSO
igex(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>