
swipl
List of commands for swipl:
-
swipl:tldr:15d67 swipl: Print all shell configuration variables.$ swipl --dump-runtime-variablestry on your machineexplain this command
-
swipl:tldr:bc294 swipl: Start an interactive session.$ swipltry on your machineexplain this command
-
swipl:tldr:c740e swipl: Execute a command without showing any output.$ swipl --quiet -t "${command}"try on your machineexplain this command
-
swipl:tldr:c7833 swipl: Execute a script.$ swipl ${filename-pl}try on your machineexplain this command
-
swipl:tldr:dab91 swipl: Print the version.$ swipl --versiontry on your machineexplain this command