Scroll to navigation

SWI(1) General Commands Manual SWI(1)

NAME

plrc - SWI-Prolog resource archiver

SYNOPSIS

plrc command resource-file member ...

DESCRIPTION

The utility plrc allows for examining and modifying the SWI-Prolog resource data associated with a SWI-Prolog save-state or runtime executable as created using SWI-Prolog's predicate qsave_program/[1,2].

Options

List the contents of the resource archive. If no members are specified, the entire content is listed.
Extract members from the archive into the current directory. If no members are specified, the entire content is extracted. Each member is extracted into a file with the same name as the archive member.
Add files to the archive. If the archive already contains a member with the same name, the contents is replaced. Anywhere in the sequence of members, the options --class=class and --encoding=encoding may appear. They affect the class and encoding of subsequent files. The initial class is data and encoding none.
Delete members from the archive.

BUGS

None sofar.

SEE ALSO

pl(1) plld(1) SWI-Prolog Reference Manual http://www.swi-prolog.org

COPYRIGHT

Copyright (C) 1991-2006, Jan Wielemaker

AUTHOR

Jan Wielemaker

February 8, 2006