mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/s*: add and update Korean translation * scamper: fix typo * Update pages.ko/common/simplehttpserver.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/steamcmd.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com> Co-authored-by: Chooooo <contact@choo.ooo>
20 lines
430 B
Markdown
20 lines
430 B
Markdown
# stty
|
|
|
|
> 터미널 장치 인터페이스의 옵션 설정.
|
|
> 더 많은 정보: <https://www.gnu.org/software/coreutils/stty>.
|
|
|
|
- 현재 터미널의 모든 설정 표시:
|
|
|
|
`stty --all`
|
|
|
|
- 행 또는 열의 수 설정:
|
|
|
|
`stty {{rows|cols}} {{수}}`
|
|
|
|
- 장치의 실제 전송 속도 확인:
|
|
|
|
`stty --file {{경로/대상/장치_파일}} speed`
|
|
|
|
- 현재 터미널의 모든 모드를 적절한 값으로 재설정:
|
|
|
|
`stty sane`
|