Variable: eshell-mv-overwrite-files
eshell-mv-overwrite-files is a customizable variable defined in
em-unix.el.gz.
Value
t
Documentation
If non-nil, mv will overwrite files without warning.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-unix.el.gz
(defcustom eshell-mv-overwrite-files t
"If non-nil, `mv' will overwrite files without warning."
:type 'boolean
:group 'eshell-unix)