1SWI(1) General Commands Manual SWI(1)
2
3
4
6 swipl-rc - SWI-Prolog resource archiver
7
9 swipl-rc command resource-file member ...
10
12 The utility swipl-rc allows for examining and modifying the SWI-Prolog
13 resource data associated with a SWI-Prolog save-state or runtime exe‐
14 cutable as created using SWI-Prolog's predicate qsave_program/[1,2].
15
16
17 Options
18 l archive [member ...]
19 List the contents of the resource archive. If no members are
20 specified, the entire content is listed.
21
22 x archive [member ...]
23 Extract members from the archive into the current directory. If
24 no members are specified, the entire content is extracted. Each
25 member is extracted into a file with the same name as the ar‐
26 chive member.
27
28 a archive [member ...]
29 Add files to the archive. If the archive already contains a
30 member with the same name, the contents is replaced. Anywhere
31 in the sequence of members, the options --class=class and
32 --encoding=encoding may appear. They affect the class and
33 encoding of subsequent files. The initial class is data and
34 encoding none.
35
36 d archive member ...
37 Delete members from the archive.
38
39
40
42 None sofar.
43
44
46 pl(1) plld(1) SWI-Prolog Reference Manual http://www.swi-prolog.org
47
49 Copyright (C) 1991-2010, University of Amsterdam, VU University, Ams‐
50 terdam This program may be used under the terms of the LGPL, version 2
51 or later.
52
54 Jan Wielemaker
55
56
57
58 Feb 8, 2006 SWI(1)