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

4번째 줄: 4번째 줄:
;/bin/cat
;/bin/cat
*concatenate files and print on the standard output
*concatenate files and print on the standard output
<source lang='dos'>
[root@jmnote ~]# echo hello > a.txt
[root@jmnote ~]# cat a.txt
hello
</source>


==같이 보기==
==같이 보기==
*[[touch]]
*[[touch]]
*[[echo]]
*[[TYPE]]
*[[TYPE]]
*[[grep]]
*[[grep]]


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

2013년 11월 11일 (월) 14:45 판

1 개요

cat
/bin/cat
  • concatenate files and print on the standard output
[root@jmnote ~]# echo hello > a.txt
[root@jmnote ~]# cat a.txt
hello

2 같이 보기

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