List extension packs
/home/mlunife/.local/share/swi-prolog/pack/bddem/prolog
/home/mlunife/.local/share/swi-prolog/pack/trill/prolog
/home/mlunife/trill-on-swish
/home/mlunife/trill-on-swish/config-enabled
/home/mlunife/trill-on-swish/lib
/home/mlunife/trill-on-swish/lib/render
/home/mlunife/trill-on-swish/pack/profile/prolog
/usr/local/lib/swipl
/usr/local/lib/swipl/boot
/usr/local/lib/swipl/library
/usr/local/lib/swipl/library/clp
/usr/local/lib/swipl/library/dcg
/usr/local/lib/swipl/library/dialect
/usr/local/lib/swipl/library/dialect/swi
/usr/local/lib/swipl/library/ext/RDF
/usr/local/lib/swipl/library/ext/archive
/usr/local/lib/swipl/library/ext/bdb
/usr/local/lib/swipl/library/ext/chr
/usr/local/lib/swipl/library/ext/chr/chr
/usr/local/lib/swipl/library/ext/clib
/usr/local/lib/swipl/library/ext/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpq
/usr/local/lib/swipl/library/ext/clpqr/clpqr
/usr/local/lib/swipl/library/ext/http/http
/usr/local/lib/swipl/library/ext/libedit
/usr/local/lib/swipl/library/ext/mqi
/usr/local/lib/swipl/library/ext/nlp
/usr/local/lib/swipl/library/ext/odbc
/usr/local/lib/swipl/library/ext/pcre
/usr/local/lib/swipl/library/ext/pengines
/usr/local/lib/swipl/library/ext/pldoc
/usr/local/lib/swipl/library/ext/pldoc/pldoc
/usr/local/lib/swipl/library/ext/plunit
/usr/local/lib/swipl/library/ext/protobufs
/usr/local/lib/swipl/library/ext/redis
/usr/local/lib/swipl/library/ext/semweb/semweb
/usr/local/lib/swipl/library/ext/sgml
/usr/local/lib/swipl/library/ext/ssl
/usr/local/lib/swipl/library/ext/ssl/http
/usr/local/lib/swipl/library/ext/stomp
/usr/local/lib/swipl/library/ext/swipy
/usr/local/lib/swipl/library/ext/table
/usr/local/lib/swipl/library/ext/utf8proc
/usr/local/lib/swipl/library/ext/zlib
/usr/local/lib/swipl/library/http
/usr/local/lib/swipl/library/lynx
/usr/local/lib/swipl/library/shell.pl
All
Application
Manual
Name
Summary
Help
swipl
library
error.pl
debug.pl -- Print debug messages and test assertions
apply.pl
lists.pl -- List Manipulation
broadcast.pl
shlib.pl
option.pl -- Option list processing
thread_pool.pl
gensym.pl
settings.pl
arithmetic.pl -- Extensible arithmetic
main.pl
readutil.pl -- Read utilities
operators.pl
pairs.pl
prolog_source.pl -- Examine Prolog source-files
record.pl
quasi_quotations.pl
pure_input.pl
solution_sequences.pl
ordsets.pl
random.pl
base64.pl
aggregate.pl -- Aggregation operators on backtrackable predicates
yall.pl
sandbox.pl
apply_macros.pl -- Goal expansion rules to avoid meta-calling
assoc.pl
prolog_format.pl
predicate_options.pl
csv.pl
pprint.pl
atom.pl
modules.pl
occurs.pl
prolog_xref.pl
prolog_colour.pl
lazy_lists.pl
ugraphs.pl
url.pl -- Analysing and constructing URL
www_browser.pl
prolog_pack.pl
git.pl -- Run GIT commands
rbtrees.pl -- Red black trees
dif.pl -- The dif/2 constraint
charsio.pl
prolog_stack.pl
edinburgh.pl
prolog_clause.pl
prolog_breakpoints.pl
wfs.pl -- Well Founded Semantics interface
dialect.pl
prolog_code.pl
sort.pl
iostream.pl -- Utilities to deal with streams
dicts.pl
varnumbers.pl -- Utilities for numbered terms
ansi_term.pl
base32.pl -- Base32 encoding and decoding
codesio.pl -- I/O on Lists of Character Codes
coinduction.pl -- Co-Logic Programming
date.pl
heaps.pl
statistics.pl
terms.pl -- Term manipulation
utf8.pl
when.pl
backcomp.pl -- Backward compatibility
ctypes.pl -- Character code classification
check.pl
listing.pl
prolog_jiti.pl -- Just In Time Indexing (JITI) utilities
shell.pl -- Elementary shell commands
shell/0
cd/0
cd/1
pushd/0
pushd/1
popd/0
dirs/0
pwd/0
ls/0
ls/1
mv/2
rm/1
file_style/2
help.pl
rwlocks.pl
oset.pl
prolog_coverage.pl
persistency.pl
make.pl
intercept.pl -- Intercept and signal interface
quintus.pl
tables.pl
prolog_profile.pl
hashtable.pl
prolog_config.pl
explain.pl
prolog_history.pl
nb_set.pl
strings.pl
prolog_trace.pl
fastrw.pl
thread.pl -- High level thread primitives
portray_text.pl
increval.pl
optparse.pl -- command line parsing
prolog_debug.pl -- User level debugging tools
threadutil.pl -- Interactive thread utilities
system.pl
zip.pl
prolog_autoload.pl
edit.pl
streams.pl
prolog_versions.pl -- Demand specific (Prolog) versions
prolog_metainference.pl
prolog_codewalk.pl
mv
(+From, +To)
is
det
Move (Rename) a file. If
To
is a directory,
From
is moved into the directory. Uses
expand_file_name/2
on the
From
argument.