Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-29 00:23:53 +00:00
parent 262de4bc4f
commit 65da745d60
15 changed files with 216 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# gacutil
> Global Assembly Cache (CAG) management utility.
> Global Assembly Cache (GAC) management utility.
> More information: <https://manned.org/gacutil>.
- Install the specified assembly into GAC:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Uninstall the specified assembly from GAC:
`gacutil -i {{assembly_display_name}}`
`gacutil -u {{assembly_display_name}}`
- Print the content of GAC: