1logique49(1)                General Commands Manual               logique49(1)
2
3
4

NAME

6       logique49 - evaluate logical functions
7

SYNOPSIS

9       logique49 [OPTIONS] COUNT [BIT]... [NAME EXPRESSION]...
10

DESCRIPTION

12       logique49  evaluates  named  EXPRESSION(s) for each set of COUNT BIT(s)
13       binary values.  BIT(s) and NAME(s) are expected  valid  C  identifiers.
14       EXPRESSION(s) may refer BIT(s) integral variables and NAME(s) preceding
15       expressions variables.
16

OPTIONS

18       -P, --print
19              Print the parsed expressions instead.
20
21       -s, --skip-header
22              Do not print the NAME(s) line header.
23
24       --help Print a usage message and exit with  a  status  code  indicating
25              success.
26
27       --version
28              Print version information on standard output then exit.
29

SYNTAX

31       The allowed expression syntax is same as for express17(1).
32

EXAMPLES

34              logique49 2 a b c "a | b" d "a & b" e "c ^ d"
35

SEE ALSO

37       express17(1), logique44(1), logique48(1)
38

AUTHORS

40       Ciprian Niculescu
41
42
43
44                                   July 2008                      logique49(1)
Impressum