By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.04; (* of ll.p 2010 Jul 30}
(* begin module describe.ll *)
(*
name
ll: line lengths
synopsis
ll(input: in, output: out)
files
input: the source of the lines
output: the length of each line
description
The lengths of lines in the input file are given to the output file.
A useful way to use the program is to find the longest length line in
the file using the Unix sort routine:
ll < myfile | sort | tail -1
see also
Unix sort routine, flag.p.
author
Thomas D. Schneider
bugs
none known
*)
(* end module describe.ll *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}