2023-11-16 23:19:36 -05:00

12 lines
81 B
Plaintext
Executable File

x='*'
cat <<- EOF
${x#'*'}
EOF
echo Ok1:$?
cat <<EOF
${x#'*'}
EOF
echo Ok2:$?