filesets - Set operations on text files, lines being set elements



NAME

filesets - Set operations on text files, lines being set elements


SYNOPSIS

filesets [OPTIONS] EXPRESSION FILE-1 FILE-2 [...]


EXPRESSION

Sets are identified by the number of file, 1-indexed.

These are the supported operators, may be given by word or by symbol:

union, +
intersect, ^
difference, -
complement, !

Nested parentheses are supported.


DESCRIPTION

Output the resulting set.


OPTIONS


ENVIRONMENT


LIMITATIONS


SEE ALSO

comm(1), uniq(1), setop(1)