bash 셸 상용 단축 키
CTRL 키 와 관련 된 단축 키:
Ctrl
+
a
-
Jump
to the start of the line
Ctrl + e - Jump to the end of the line
Ctrl + f - Move forward a char
Ctrl
+
b
-
Move
back a
char
Ctrl + c - Terminate the command //제일 많이 썼 죠?
Ctrl + d - Delete from under the cursor
Ctrl + k - Delete to EOL
Ctrl + l - Clear the screen //clear 명령
Ctrl + r - Search the history backwards //과거 기록 찾기 명령
Ctrl + R - Search the history backwards with multi occurrence
Ctrl + u - Delete backward from cursor // 비밀번호 입력 이 잘못 되 었 을 때 유용 합 니 다.
Ctrl + xx - Move between EOL and current cursor position
Ctrl + x @ - Show possible hostname completions
Ctrl + z - Suspend/ Stop the command 보충:
Ctrl + h - 현재 문자 삭제 Ctrl + w - 마지막 으로 입력 한 단어 삭제
ALT 키 와 관련 된 단축 키:
평소 에는 거의 쓰 지 않 는 다.원 격 로그 인 도구 와 충돌 합 니 다.
Alt + < - Move to the first line in the history
Alt + > - Move to the last line in the history
Alt + ? - Show current completion listAlt + * - Insert all possible completions
Alt + / - Attempt to complete filenameAlt + . - Yank last argument to previous command
Alt + b - Move backward
Alt + c - Capitalize the word
Alt + d - Delete word
Alt + f - Move forward
Alt + l - Make word lowercase
Alt + n - Search the history forwards non-incremental
Alt + p - Search the history backwards non-incremental
Alt + r - Recall command
Alt + t - Move words around
Alt + u - Make word uppercaseAlt + back-space - Delete backward from cursor// SecureCRT , 。
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.