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

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -