
21 Feb
2010
21 Feb
'10
11:13 a.m.
Am Sonntag 21 Februar 2010 16:45:22 schrieb Artyom Kazak:
Hello everybody! I want to write a little program, that will receive a string as command-line argument and write it in the file. But if this string contains '+RTS', GHC runtime won't pass the rest of the string to my program. What can I do to avoid this?
Enclose it in double quotes (perhaps single quotes would also work) $ ./proggy "argwith +RTS in" harmlessArg otherHarmlessArg