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

16
pages.ko/linux/expect.md Normal file
View File

@@ -0,0 +1,16 @@
# expect
> 사용자 입력이 필요한 다른 프로그램과 상호작용하는 스크립트 실행기.
> 더 많은 정보: <https://manned.org/expect>.
- 파일에서 expect 스크립트 실행:
`expect {{경로/대상/파일}}`
- 지정된 expect 스크립트 실행:
`expect -c "{{명령어들}}"`
- 대화형 REPL 모드로 진입 (`exit` 또는 Ctrl + D로 종료):
`expect -i`