create and write a file with EOF in sh
Create the file in bash using cat and EOF.
cat << EOF > target.file
text file
EOF
or append some text to a file.
cat << EOF >> target.file
append text
EOF
Disclaimer
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.me
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No privacy information is collected here