VxWorks shell 단축키 정리
ㆍVi 와 같이 편집 키를 사용하여 명령줄을 편집한다.
ㆍ[ESC] 키를 통해 편집 모드로 전환.
ㆍ[Ctrl] + U 라인을 지운다.
ㆍ편집 모드에서 몇 가지 유용한 명령어는 아래를 참고.
Key | Description |
K | Backward through history buffer |
j | Forwards through history buffer |
h | Move cusor to the left |
l | Move cusor to the right |
a | Append after cusor |
A | Append at end of line |
i | Insert before cursor |
I | Insert at beginning of line |
rc | Replace current character with character c |
x | Delete current character |
dd | Delete entire line |
nG | Go to history line n |
/string | Search for string |
세마포어 Examples(sem_create.c) (0) | 2017.07.10 |
---|---|
멀티플렉싱 :: Select 함수 사용 (0) | 2017.07.10 |
vxSim 과 Window 네트워크 통신 (0) | 2017.07.05 |
VxWorks (usrInit 함수의 동작 분석) (0) | 2017.07.05 |
VxWorks (romStart( ) 함수의 동작 분석) (0) | 2017.07.05 |