.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