Delila Program: ll

ll program

Documentation for the ll program is below, with links to related programs in the "see also" section.

{   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}