2008/11/30 Joerg Reisenweber <span dir="ltr">&lt;<a href="mailto:joerg@openmoko.org">joerg@openmoko.org</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ctrl-D is a shortcut for &quot;exit&quot; *only* when given at start of line.<br>
Generally Ctrl-D is &quot;ETX&quot; what&#39;s exactly what I would expect for &quot;end of SMS&quot;</blockquote><div><br>Check&nbsp; &quot;stty -a&quot;. The standard value for &quot;eof&quot; is &quot;^D&quot; and it is used to signal EOF on STDIN. When you do &quot;cat &gt;file&quot;, a ctrl-D at the beginning of a line signals EOF and &quot;cat&quot; terminates. Same in the shell, ctrl-D at the beginning of a line signals EOF and the shell terminates.<br>
<br></div></div><br>