linux/k*: add Korean translation (#14708)

This commit is contained in:
코드싸이
2024-11-09 10:42:42 +09:00
committed by GitHub
parent 1df5d0549f
commit b3c1bd3f4e
24 changed files with 580 additions and 0 deletions

20
pages.ko/linux/konsole.md Normal file
View File

@@ -0,0 +1,20 @@
# konsole
> KDE의 터미널 에뮬레이터.
> 더 많은 정보: <https://docs.kde.org/stable5/en/konsole/konsole/command-line-options.html>.
- 특정 디렉토리에서 터미널 열기:
`konsole --workdir {{경로/대상/폴더}}`
- 특정 명령을 [e]실행하고 종료 후 창 닫지 않기:
`konsole --noclose -e "{{명령}}"`
- 새 탭 열기:
`konsole --new-tab`
- 백그라운드에서 터미널을 열고 `Ctrl+Shift+F12`를 누르면 앞으로 가져오기:
`konsole --background-mode`