1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 19:05:59 +02:00

gacutil: add page (#7898)

* Add gacutil

* Add the abbreviation to description

Co-authored-by: Jakob Miksch <info@jakobmiksch.eu>

* Simplify man page url

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

Co-authored-by: Jakob Miksch <info@jakobmiksch.eu>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Emily Grace Seville 2022-03-20 02:01:38 +10:00 committed by GitHub
parent 5e6357095b
commit 3eb4ea459a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/common/gacutil.md Normal file
View file

@ -0,0 +1,16 @@
# gacutil
> Global Assembly Cache (CAG) management utility.
> More information: <https://manned.org/gacutil>.
- Install the specified assembly into GAC:
`gacutil -i {{path/to/assembly.dll}}`
- Uninstall the specified assembly from GAC:
`gacutil -i {{assembly_display_name}}`
- Print the content of GAC:
`gacutil -l`