linux cat 명령어1 화면에 파일 내용 출력하기 - 리눅스 cat 명령어 리눅스 cat 명령어는 화면에 파일의 내용을 출력해 주는 명령어입니다. 파일을 하나만 입력하면 하나만 출력해 주고 2개 이상의 파일을 입력하면 파일의 내용들을 결합해서 보여줍니다. 사용법 cat ser@user-virtual-machine:~$ touch hello.txt user@user-virtual-machine:~$ echo hello > hello.txt user@user-virtual-machine:~$ cat hello.txt hello user@user-virtual-machine:~$ touch world.txt ser@user-virtual-machine:~$ echo world > world.txt user@user-virtual-machine:~$ cat world.txt world.. 2023. 3. 18. 이전 1 다음