Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-05 00:21:02 +00:00
parent 968390f769
commit e452860d9b
156 changed files with 258 additions and 258 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Lexical analyzer generator.
> Given the specification for a lexical analyzer, generates C code implementing it.
> Note: on most major OSes, this command is an alias for `flex`.
> Note: On most major OSes, this command is an alias for `flex`.
> More information: <https://manned.org/lex>.
- Generate an analyzer from a Lex file, storing it to the file `lex.yy.c`: