Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-01 00:25:28 +00:00
parent ce66b5e9bf
commit fde4de0db5
147 changed files with 229 additions and 179 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Change the reported architecture for a program's execution, primarily used to modify how programs behave based on system architecture.
> Useful for compatibility testing or running legacy applications.
> More information: <https://manned.org/setarch.8>.
> More information: <https://manned.org/setarch>.
- Run a command as if the machine architecture is `i686` (useful for running 32-bit apps on a 64-bit kernel):