TLDR
Enter a command. For example: gimp, pyenv virtualenv, crontab.

swipl

 
SWI-Prolog - A comprehensive free Prolog environment. More information: https://www.swi-prolog.org/.
 
  • 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
     
  • Print the version:
     
    swipl --version

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.