I have just installed Cygwin, and I have displayed a file's contents using the less command. Now I am unable to exit that in order to type other commands:
I want to exit this mode to type some other commands. How can I do that?
I have just installed Cygwin, and I have displayed a file's contents using the less command. Now I am unable to exit that in order to type other commands:
I want to exit this mode to type some other commands. How can I do that?
To quit less, type q.
Also, check out man less, or type h from within less for some more, useful bits of information.
In general, assuming man has been properly installed, man xyz will tell you how to use the xyz tool. On GNU systems like Cygwin or what you call Linux at least, man will usually display through less as well, so to exit from man, again you would type q (which also works in more or most which are other pagers used by man or other commands that need paging on other systems).
I think you can exit by pressing Ctrl+C.
Just press Q (lowercase). No need to press anything else. Some times, you need a capital letter.