unix - "set" command error found in tcsh with the varValue that contain curly brace -
please tell me how resolve missing } error message using tcsh command.
%set aaa = {123 456} missing }. %set aaa = '{123 456}' echo $aaa missing }.
add comma:
set aaa = {123,456}
Comments
Post a Comment