[CentOS - vi 명령어 - (2) ] :set nu 라인 보여주기
#관련 명령어
- 숫자입력 + Shift + g : 라인 이동
- gg : 최상위 이동
- Shift + g : 최하위 이동
- :$ : 최하위 이동

라인 수를 볼 수 있다.
위 상태에서 "숫자입력(예를들면 30) + Shift + g" 누르면 아래와 같이 이동.

'◽ CentOS' 카테고리의 다른 글
| [Linux CentOS - (29) ] systemctl enable mysqld (CentOS7 ↑) // (CentOS6 ↓) chkconfig --level 345 mysqld on : 부팅 자동 시작 (0) | 2020.07.21 | 
|---|---|
| [CentOS] ( CentOS 6.6 ) MariaDB 5.5 버전 설치하기 (0) | 2020.07.17 | 
| [Linux CentOS - (28) ] ps : 프로세스 관리 // 옵션 정리 (0) | 2020.07.15 | 
| [Linux CentOS - 터미널 단축키 - (2) ] Ctrl + Shift + V : 붙여넣기 (0) | 2020.07.10 | 
| [Linux CentOS - (27) ] systemctl start [Service_name] : 서비스 관리 (0) | 2020.07.10 | 
| [Linux CentOS - (26) ] dnf 업데이트 명령어 정리 (0) | 2020.07.09 | 
| [Linux CentOS - (25) ] java home 설정하는 방법 (JAVA_HOME) (0) | 2020.07.08 |