TLDR
Enter a command. For example: csvpy, git count objects, phan.

luac

 
Lua bytecode compiler. More information: https://www.lua.org.
 
  • Compile a Lua source file to Lua bytecode:
     
    luac -o {{byte_code.luac}} {{source.lua}}
     
  • Do not include debug symbols in the output:
     
    luac -s -o {{byte_code.luac}} {{source.lua}}

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.