2008/11/30 Joerg Reisenweber <[EMAIL PROTECTED]>

> Ctrl-D is a shortcut for "exit" *only* when given at start of line.
> Generally Ctrl-D is "ETX" what's exactly what I would expect for "end of
> SMS"


Check  "stty -a". The standard value for "eof" is "^D" and it is used to
signal EOF on STDIN. When you do "cat >file", a ctrl-D at the beginning of a
line signals EOF and "cat" terminates. Same in the shell, ctrl-D at the
beginning of a line signals EOF and the shell terminates.
_______________________________________________
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support

Reply via email to