1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:53:10 +02:00
tldr/pages/common/swipl.md
Managor 99c7af4917
*: use a more specific more info link, org domain (#17699)
Mass update for more specific "more info" links
2025-08-16 11:12:49 -07:00

433 B

swipl

SWI-Prolog - A comprehensive free Prolog environment. More information: https://www.swi-prolog.org/pldoc/man?section=cmdline.

  • Start an interactive session:

swipl

  • Execute a command without showing any output:

swipl --quiet -t "{{command}}"

  • Execute a script:

swipl {{path/to/file.pl}}

  • Print all shell configuration variables:

swipl --dump-runtime-variables

  • Display version:

swipl --version