aws-sso, bind: add Korean translation (#14137)

This commit is contained in:
HoJeong Im
2024-10-12 14:06:26 +09:00
committed by GitHub
parent 31d7b33517
commit 2b210c5ff7
2 changed files with 48 additions and 0 deletions

24
pages.ko/common/bind.md Normal file
View File

@@ -0,0 +1,24 @@
# bind
> bash 단축키 및 변수를 관리하기 위한 bash 내장.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#Bash-Builtins>.
- 모든 바인딩된 명령어와 해당 단축키를 나열:
`bind {{-p|-P}}`
- 단축키에 대한 명령어를 쿼리:
`bind -q {{명령어}}`
- 키 바인딩:
`bind -x '"{{키_시퀸스}}":{{명령어}}'`
- 사용자 정의 바인딩 나열:
`bind -X`
- 도움말 표시:
`help bind`