리눅스 cat

Jmnote (토론 | 기여)님의 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 }}