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

NAME

6       plrc - SWI-Prolog resource archiver
7

SYNOPSIS

9       plrc command resource-file member ...
10

DESCRIPTION

12       The  utility  plrc  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

BUGS

42       None sofar.
43
44

SEE ALSO

46       pl(1) plld(1) SWI-Prolog Reference Manual http://www.swi-prolog.org
47
49       Copyright (C) 1991-2006, Jan Wielemaker
50

AUTHOR

52       Jan Wielemaker
53
54
55
56                                  Feb 8, 2006                           SWI(1)
Impressum