|
That search box really has nothing to do at all with "the command line", i.e. a shell prompt. The single quote (') isn't dangerous at all. In the search box it just has no meaning that would have helped with your problem. On a typical shell command line, it would introduce a string. The ">" that the shell displayed is a continuation marker, telling you that you're still in the course of entering a string. You mark the end of such a string with another single quote ('). This is all horribly Off-Topic in this particular thread, so I stop here.
|