Variable: tramp-rsh-end-of-line
tramp-rsh-end-of-line is a customizable variable defined in
tramp.el.gz.
Value
"\n"
Documentation
String used for end of line in rsh connections.
I don't think this ever needs to be changed, so please tell me about it if you need to change this.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defcustom tramp-rsh-end-of-line "\n"
"String used for end of line in rsh connections.
I don't think this ever needs to be changed, so please tell me about it
if you need to change this."
:type 'string)