Passing command line argument with spaces
问题 I have an application which reads specific commands from the command line and processes the command. For Example: I have a command called "setparamval" which is used to set the parameter value. The syntax of this command while passing from the command line would look something like this: setparamval <variable_name>,<value> Supposing if I have a variable called "DESC" to which I would want to set the value as "ab cd ef gh" I am passing the command line argument as: setparamval DESC,"ab cd ef