Le 08/09/2011 07:59, Charlie a écrit :
I can type anything I want into that shell and it responds with>
You opened a string with ' then the shell expects another ' to close.
You need to close the string opened with ' by another '
$
$ blah '
>
'
$
Jacques