TLDR
Enter a command. For example: git format patch, ffprobe, psql.

tex

 
Compile a DVI document from TeX source files. More information: https://www.tug.org/begin.html.
 
  • Compile a DVI document:
     
    tex {{source.tex}}
     
  • Compile a DVI document, specifying an output directory:
     
    tex -output-directory={{path/to/directory}} {{source.tex}}
     
  • Compile a DVI document, exiting on each error:
     
    tex -halt-on-error {{source.tex}}

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.