Shift enter produces dot on command line

Roland Illig roland.illig at gmx.de
Mon Nov 1 22:29:33 UTC 2004


Leonard den Ottolander wrote:
> Hi,
> 
> I see something odd when entering a shift-enter on the command line. A
> dot appears which seems not to be interpreted. Also the other characters
> that are typed afterwards are discarded.

Try to type the following:

"echo '" & <shift>+<enter> & <shift>+<enter> & "' | hd | less"

Let & be the concatenation operator, text in double quotes is to be 
entered verbatim.

For me, it seems that <shift>+<enter> is a nice way to enter a "\n" 
string without executing the command. Very useful.

Roland



More information about the mc-devel mailing list