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

21번째 줄: 21번째 줄:
*[[리눅스 touch]]
*[[리눅스 touch]]
*[[리눅스 echo]]
*[[리눅스 echo]]
*[[TYPE]]
*[[리눅스 grep]]
*[[리눅스 grep]]
*[[리눅스 diff]]
*[[리눅스 diff]]
*[[리눅스 zcat]]
*[[리눅스 zcat]]
*[[리눅스 strings]]
*[[리눅스 strings]]
*[[윈도우 TYPE]]


[[분류: /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 }}