Links tagged “substitution”
1 link, newest first.
cygwin.com
cat <<EOF HOME is $HOME the date is `date` the date is $(date) EOF cat <<"EOF" HOME is $HOME the date is `date` the date is $(date) EOF cat <<\EOF HOME is $HOME the date is `date` the date is $(date) EOF
