Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- MySQL 5.1.41
- jQuery
- python 3.5.10
- MySQL
- vim color scheme
- httpd-dav.conf
- CentOS 6.10
- gcc update
- httpd-default.conf
- Node.js 소스 설치
- vimrc 옵션
- python 3.X 소스 설치
- apache 연동
- Repository
- httpd-mpm.conf
- PHP 5.2 .ini
- httpd-autoindex.conf
- httpd-info.conf
- httpd-vhosts.conf
- Mod_Security 룰 셋
- mod_unique_id
- node.js
- httpd 2.2.32
- epel repository
- CentOS
- PHP 5.2.17 .ini
- unique_id
- Node.js apache 연동
- CentOS 6
- httpd.conf
Archives
- Today
- Total
목록More (1)
곰시기's
[Linux] CentOS 18. 페이지 단위 출력 ( more, less )
more # more [옵션] [파일명] 파일을 읽어 화면 단위로 출력하는 명령어 위에서 아래로만 출력되므로 지나간 내용을 다시 볼 수 없다 Enter키로 한 줄씩 출력, SpaceBar ( =f )로 한 화면씩 출력 ex) ls -al | more 옵션 옵션 설명 -숫자 입력 값 만큼 끊어서 출력 v more 사용 중 해당 위치에서 vi편집기 사용 +숫자 입력 값 위치부터 출력 less # less more과 마찬가지로 파일을 읽어 화면 단위로 출력하는 명령어 more과는 다르게 방향키를 이용하여 지나간 부분을 다시 볼 수 있다 Enter키로 한 줄씩 출력, SpaceBar ( =f )로 한 화면씩 출력 vi의 단축키가 대부분 동일하게 적용 파일 수정은 불가능 옵션 옵션 설명 q 종료 후 쉘 창으로 복..
Sever/Linux Command
2020. 11. 2. 17:37