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
- httpd-mpm.conf
- httpd-vhosts.conf
- mod_unique_id
- CentOS
- CentOS 6.10
- httpd 2.2.32
- python 3.X 소스 설치
- Repository
- Node.js apache 연동
- epel repository
- vim color scheme
- httpd-autoindex.conf
- vimrc 옵션
- PHP 5.2 .ini
- node.js
- httpd-default.conf
- Node.js 소스 설치
- PHP 5.2.17 .ini
- gcc update
- Mod_Security 룰 셋
- unique_id
- MySQL
- httpd-info.conf
- httpd-dav.conf
- MySQL 5.1.41
- apache 연동
- jQuery
- python 3.5.10
- httpd.conf
- CentOS 6
Archives
- Today
- Total
목록head (1)
곰시기's
[Linux] CentOS 17. 파일 내용 확인, 병합 ( cat, head, tail )
파일 내용의 확인, 병합 - cat # cat [옵션] [파일] # cat [옵션] [파일] 파일내용을 출력 # cat [옵션] [파일] [파일] 파일내용을 연속해서 출력 # cat > [파일] 기존 파일내용을 지우고 저장 ( ctrl + d ) # cat >> [파일] 기존 파일내용 뒤에 연속해서 기록 옵션 옵션 설명 -A -vET와 동일한 옵션 -b 행 번호를 추가하여 출력 ( 빈행 제외 ) -e -vE 와 동일한 옵션 -E 각 줄에 $를 추가하여 출력 -n 행 번호를 추가하여 출력 -s 연속된 빈 행을 하나로 하여 출력 -t -vT와 동일한 옵션 -T Tab 을 "^I"로 변환하여 출력 파일의 첫 부분 출력 - head # head [옵션] [파일] 파일의 앞부분을 보여주는 명령어 옵션 없이 사용하..
Sever/Linux Command
2020. 11. 2. 16:50