|
|
|
|
|
by agentgt
3462 days ago
|
|
Actually Bash does have some issues with command line arguments if doing variable expansion. For example in Java apps it is actually fairly difficult to pass -DsomeParameter="something with a space in it" if doing variable expansion. |
|
If it's an issue for you on Linux, you can always run a python shell and spawn your process there. On Windows you can't.