You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Saikiran-m
changed the title
${$} thrwoing syntax error when use in cat << EOF on ksh93 93u+ .
${$} throwing syntax error when use in cat << EOF on ksh93 93u+ .
Aug 20, 2020
Solaris 11 that ship with ksh93, the following behavior is observed:
Version of ksh93 on system:
~# ksh --version
version sh (AT&T Research) 93u+ 2012-08-01
The issue:${$ } working fine but echo ${$ } throwing syntax error when use in cat << EOF.
echo
Recreation steps followed below:
Case 1: with $$
:
# echo $$# cat << EOF1323
:
Case 2 : with${$ }
:
# echo${$ }# cat << EOF1323
:
The text was updated successfully, but these errors were encountered: