eshell-copy-tree
eshell-copy-tree is an alias for `copy-tree' in `esh-util.el
'.
(eshell-copy-tree TREE &optional VECP)
Make a copy of TREE.
If TREE is a cons cell, this recursively copies both its car and its cdr.
Contrast to `copy-sequence', which copies only along the cdrs. With second
argument VECP, this copies vectors as well as conses.