$SYSTEMNAME = $argv[1]; $GRAPH = $argv[2]; echo "$SYSTEMNAME"; echo "$GRAPH";
I have written some script to read some argument but some of my value will contain space
Is there a question here?