blob: 0df846a154c47e5c787c289b19968d99c163aa3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
.help words Jan86 lists
.ih
NAME
words -- break the input into a series of words
.ih
USAGE
words files
.ih
PARAMETERS
.ls files
List of files to be processed.
.le
.ih
DESCRIPTION
Task \fBwords\fR 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.
.ih
SEE ALSO
tokens, table
.endhelp
|