|
From: | Kevin Rodgers |
Subject: | Re: eshell/ln: default second arg if "-s" is given |
Date: | Wed, 14 Jan 2004 13:02:44 -0700 |
User-agent: | Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 |
Kai Grossjohann wrote:
In the shell, "ln -s /some/file" makes a symlink named "file" in the current directory, pointing to "/some/file". WIBNI eshell/ln also did this?
From eshell-2.4.2/em-unix.el:
(defcustom eshell-default-target-is-dot nil "*If non-nil, the default destination for cp, mv or ln is `.'." :type 'boolean :group 'eshell-unix) -- Kevin Rodgers
[Prev in Thread] | Current Thread | [Next in Thread] |