In angle i need to pass a string of IDs as a single parameter to an application: angle "7171717 76 76" --more stuff --here Can you point me to an example of how to pass/quote this correctly, so that the command line is invoked exactly as above (in this case with argc=5, and argv[1]="7171717 76 76" ? Thanks.