TLDR
Enter a command. For example: zlib flate, mocha, git remote.

guile

 
Guile Scheme interpreter. More information: https://www.gnu.org/software/guile.
 
  • Start a REPL (interactive shell):
     
    guile
     
  • Execute the script in a given Scheme file:
     
    guile {{script.scm}}
     
  • Execute a Scheme expression:
     
    guile -c "{{expression}}"
     
  • Listen on a port or a Unix domain socket (the default is port 37146) for remote REPL connections:
     
    guile --listen={{port_or_socket}}

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.