Linux Command

Publish : Update :

카테고리:

태그: ,

linux command - memo due to forgot how to use from sticky note

Write File

cat <<EOT >> test.txt
contents 1
contents 2
contents 3
contents 4
contents 5
contents  6
EOT

Read File

read file
cat test.txt