linux/e*: add Korean translation (#14684)

* linux/e*: add Korean translation

* Update pages.ko/linux/e2undo.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/e2undo.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/eyed3.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-08 16:21:16 +09:00
committed by GitHub
parent f5ac8fe874
commit b23c3160f7
42 changed files with 918 additions and 0 deletions

25
pages.ko/linux/eix.md Normal file
View File

@@ -0,0 +1,25 @@
# eix
> 로컬 Gentoo 패키지를 검색하는 유틸리티.
> `eix-update`를 사용하여 로컬 패키지 캐시를 업데이트합니다.
> 더 많은 정보: <https://wiki.gentoo.org/wiki/Eix>.
- 패키지 검색:
`eix {{검색어}}`
- 설치된 패키지 검색:
`eix --installed {{검색어}}`
- 패키지 설명에서 검색:
`eix --description "{{설명}}"`
- 패키지 라이선스로 검색:
`eix --license {{라이선스}}`
- 검색에서 결과 제외:
`eix --not --license {{라이선스}}`