리눅스 cat <<EOT

Jmnote (토론 | 기여)님의 2019년 12월 13일 (금) 22:35 판 (→‎같이 보기)

1 개요

리눅스 cat <<EOT
user01@localhost:~$ cat a.sh
cat <<EOT > 1.txt
hello
world
EOT
user01@localhost:~$ sh a.sh
user01@localhost:~$ cat 1.txt 
hello
world

2 같이 보기

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