Answers for "Bash script cat eof to file"

1

cat eof to file

cat <<EOF >>brightup.sh
#!/bin/sh
# Created on $(date # : <<-- this will be evaluated before cat;)
echo "$HOME will not be evaluated because it is backslash-escaped"
EOF
Posted by: Guest on July-04-2021

Browse Popular Code Answers by Language