“$ (Katze” Code-Antworten

$ (cat << eof

$ cat <<EOF > print.sh
#!/bin/bash
echo \$PWD
echo $PWD
EOF
Functional Platypus

$ (cat << eof

$ sql=$(cat <<EOF
SELECT foo, bar FROM db
WHERE foo='baz'
EOF
)
DreamCoder

Ähnliche Antworten wie “$ (Katze”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen