1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/st.md
코드싸이 16f2c3ed79
shnsplit: fix typo, systemctl: update Korean translation, linux/s*: add Korean translation (#14715)
* linux/s*: add Korean translation

* systemctl: update Korean translation

* Update pages.ko/linux/sqfscat.md

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

* Update pages.ko/linux/shar.md

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

* Update pages.ko/linux/sqfstar.md

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

* shnsplit: fix typo

* semanage: update Korean translation

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-11 15:05:30 +09:00

24 lines
512 B
Markdown

# st
> X Window System을 위한 간단한 터미널 에뮬레이터.
> 더 많은 정보: <https://st.suckless.org>.
- 터미널 열기:
`st`
- 특정 제목을 가진 터미널 열기:
`st -T {{제목}}`
- 터미널을 열고, 지정된 명령을 실행하며 출력을 파일에 저장:
`st -o {{경로/대상/파일}} -e {{명령어 인수1 인수2}}`
- 글꼴 크기 증가/감소:
`<Ctrl> + <Shift> + {{Page Up|Page Down}}`
- 클립보드에서 복사/붙여넣기:
`<Ctrl> + <Shift> + {{C|V}}`