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
I would like to use backquote in the bash file. The extension cannot process backquote very well.
E.g. My shell is like this:
STATUS=splplus -s $SCHEMA/$PASSWORD@$SID << EOF..... select status from myStatusTable where date='20191102'; exit EOF
echo $STATUS
The latest line was processed as the content in the ``
The text was updated successfully, but these errors were encountered:
I would like to use backquote in the bash file. The extension cannot process backquote very well.
E.g. My shell is like this:
STATUS=
splplus -s $SCHEMA/$PASSWORD@$SID << EOF..... select status from myStatusTable where date='20191102'; exit EOF
echo $STATUS
The latest line was processed as the content in the ``
The text was updated successfully, but these errors were encountered: