cat
2023. 10. 8. 10:26ㆍ리눅스/리눅스명령어
728x90
반응형
cat -n text.txt

cat -n text.txt
Hello Hello Hello
cat text1.txt text2.txt > text3.txt
$ ls
test1 test2 test3
cat file1 file2 file3
file1,2,3 내용을 이어서 표
참조 사이트 :
https://beebom.com/how-use-cat-command-linux-with-examples/
How to Use cat Command in Linux (with Examples)
In this guide, we have explained how to use the cat and tac command in Linux along with its syntax, options, and some practical examples
beebom.com
https://developjuns.tistory.com/22
[CentOS] 리눅스 파일출력 cat 명령어
cat 명령어는 concatenate를 뜻합니다. 즉 파일을 하나로 합치는 주된 기능을 합니다. cat명령어는 크게 2가지 기능을 합니다. 파일의 출력 파일 합치기 바로 사용법을 보도록 하겠습니다. 다음과 같
developjuns.tistory.com
반응형
'리눅스 > 리눅스명령어' 카테고리의 다른 글
tee / xargs / alias [.bash_aliases in home folder] 사용 (0) | 2023.11.21 |
---|---|
Soft And Hard Links (0) | 2023.11.14 |
mkdir (0) | 2023.10.08 |
ls (1) | 2023.10.08 |
사용자, 그룹, 권한 (0) | 2023.10.08 |