words: Break a file up into a stream of words

Package: lists

Usage

words files

Parameters

files
List of files to be processed.

Description

Task words is used to break the input up into a series of words or strings. A word is a sequence of characters delimited by whitespace or newline. A string is delimited by single or double quotes, and may not span more than a single line.

See also

tokens, table