Archivo de escritura bash
cat <<EOF | sudo tee /etc/test.txt
Hello World
EOF
AttractivePenguin
cat <<EOF | sudo tee /etc/test.txt
Hello World
EOF