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

9번째 줄: 9번째 줄:
[root@jmnote ~]# cat a.txt
[root@jmnote ~]# cat a.txt
hello
hello
</source>
<source lang='dos'>
[root@jmnote ~]# cat /etc/issue
CentOS release 6.3 (Final)
Kernel \r on an \m
</source>
</source>



2013년 11월 20일 (수) 21:37 판

1 개요

cat
/bin/cat
  • concatenate files and print on the standard output
[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 }}