This file is indexed.

/usr/share/doc/clips/README.Debian is in clips 6.24-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
README for Clips
----------------

The clips-common package for Debian provides some examples
of expert system to play with. These have been downloaded from
the sourceforge page 
(http://sourceforge.net/project/showfiles.php?group_id=215471&package_id=260062)
and are available under /usr/share/doc/clips-common/examples
(you need to, of course, install the 'clips-common' package)

Here you have asample session that shows you how to load any of these
(note: some are provided compressed so you'll need to uncompress
them before loading the file into clips):

----------------------------------------------------------------
$ clips
         CLIPS (V6.10 07/01/98)
CLIPS> (load  /usr/share/doc/clips-doc/examples/wordgame.clp)
Defining defrule: startup +j
Defining defrule: generate-combinations +j+j
Defining defrule: find-solution +j+j+j+j+j+j+j+j+j+j
TRUE
CLIPS> (reset)
CLIPS> (run)

The problem is
(program output omitted)
 = 723970

CLIPS> (exit)
$ 
----------------------------------------------------------------

If you want to provide some of your own examples (if they are distributed
with a free license) please send them to the package maintainer or
submit them as 'wishlist' bugs (to submit bugs use 'reportbug' or
'bug' in any Debian system).

For more information on Expert System shells (including CLIPS) read
http://www.faqs.org/faqs/ai-faq/expert/part1/

Have fun!

--- Javier Fernández-Sanguino Peña , Wed, 16 Apr 2008 16:53:19 +0200