guake: fix typo, linux/g*: add Korean translation (#14704)
* linux/g*: add Korean translation * guake: fix typo * Update pages.ko/linux/genisoimage.md Co-authored-by: Chooooo <contact@choo.ooo> * linux/gnome-extensions: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
13
pages.ko/linux/gzexe.md
Normal file
13
pages.ko/linux/gzexe.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# gzexe
|
||||
|
||||
> 실행 파일을 압축하면서 실행 가능 상태로 유지합니다.
|
||||
> 원본 파일을 백업하여 파일명에 `~`를 추가하고, 내부의 바이너리를 압축 해제하고 실행하는 셸 스크립트를 생성합니다.
|
||||
> 더 많은 정보: <https://manned.org/gzexe.1>.
|
||||
|
||||
- 실행 파일을 제자리에서 압축:
|
||||
|
||||
`gzexe {{경로/대상/실행_파일}}`
|
||||
|
||||
- 압축된 실행 파일을 제자리에서 압축 해제 (즉, 셸 스크립트를 다시 압축되지 않은 바이너리로 변환):
|
||||
|
||||
`gzexe -d {{경로/대상/압축된_실행_파일}}`
|
Reference in New Issue
Block a user