WIDTH
Report the "width" of a file


WIDTH is a C++ program which reports the length of the longest line in a file.

Usage:

width file(s)
where results in a list of the length of the longest line in each file.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

WIDTH is available in a C++ version.

Related Data and Programs:

PAGES, a C++ program which reports the number of pages in a given file.

WRAP2, a C++ program which wraps long lines in a text file, but which wraps some lines "early", so as to avoid breaking words.

Source Code:

List of Routines:

You can go up one level to the C++ source codes.


Last revised on 31 August 2005.