[Linux CentOS - (16) ] cat : 파일 화면에 출력하기
$ cat [옵션] [파일명]
$ cat file1 file2 file3
$ cat file file2 file3 > file4
기존 file4의 내용은 삭제된다. file file2 file3를 합친다.
$ cat file1 >> file2
기존 file2에 file1을 덧붙여준다.
'◽ CentOS' 카테고리의 다른 글
[Linux CentOS - (18) ] mv : 파일이동 // rm -rf 폴더 강제 삭제 (0) | 2020.05.06 |
---|---|
[Linux CentOS - (17) ] SFTP만 되는 계정 생성 (0) | 2020.04.23 |
[Linux CentOS] "/sbin/nologin"란 무슨 의미인가? (0) | 2020.04.23 |
[Linux CentOS - (15) ] 디스크 용량 확인 (df/du) (0) | 2020.04.03 |
[Linux CentOS - (14) ] 네트워크 정보 확인 : "ifconfig" 대체 "ip addr" (0) | 2020.01.29 |
[Linux CentOS - (13) ] tar -xvf [파일명.tar.gz] : 압축 해제/ 압축 정리 (0) | 2020.01.29 |
[CentOS - vi 명령어 - (1) ] 문자열 찾기 : " / " (0) | 2020.01.29 |