"리눅스 cat"의 두 판 사이의 차이

19번째 줄: 19번째 줄:


==같이 보기==
==같이 보기==
*[[touch]]
*[[리눅스 touch]]
*[[echo]]
*[[리눅스 echo]]
*[[TYPE]]
*[[TYPE]]
*[[grep]]
*[[리눅스 grep]]
*[[diff]]
*[[리눅스 diff]]
*[[zcat]]
*[[리눅스 zcat]]
*[[리눅스 strings]]


[[분류: /bin]]
[[분류: /bin]]
[[분류: Coreutils]]
[[분류: Coreutils]]

2014년 10월 9일 (목) 23:38 판

  다른 뜻에 대해서는 컴퓨터 적응 검사 문서를 참조하십시오.

1 개요

cat
/bin/cat
  • 파일 보기 명령어
  • 파일 내용을 출력하는 리눅스 명령어
  • 코어유틸에 포함됨
[root@jmnote ~]# echo hello > a.txt
[root@jmnote ~]# cat a.txt
hello
[root@jmnote ~]# cat /etc/issue
CentOS release 6.3 (Final)
Kernel \r on an \m

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}