logique48 - Man Page
evaluate logical functions
Synopsis
logique48 [Options] COUNT [BIT]... [EXPRESSION]...
Description
logique48 evaluates EXPRESSION(s) for each set of COUNT BIT(s) binary values. BIT(s) are expected valid C identifiers. EXPRESSION(s) may refer BIT(s) integral variables.
Options
- -P, --print
Print the parsed expressions instead.
- -s, --skip-header
Do not print the BIT(s) line header.
- --help
Print a usage message and exit with a status code indicating success.
- --version
Print version information on standard output then exit.
Syntax
The allowed expression syntax is same as for express17(1).
Examples
logique48 2 a b "a | b" "a & b"
See Also
Authors
Ciprian Niculescu
Referenced By
July 2008