On Thu, 15 Dec 2005, Netocrat wrote:

> fish> cd ~
> fish> mkdir subofhome
> fish> ln -s ~/subofhome/ /data/slinktosubofhome
> fish> cd /data/slinktosubofhome
> fish> pwd
> ~/subofhome
>
> Neither bash nor zsh change to the linked-to directory, and it's
> unintuitive to me.

On the other hand:

bash> cd data/slinktosubofhome
bash> echo hello >../foo.txt
bash> ls ~/data
link
bash> ls ..
data

So cd and pwd don't change to the linked-to directory, but IO
redirections and the ls command do. As does every other non-builtin.
I think it is much more important to have consistency.

>
> Running latest darcs repo fish build.
>
> --
> http://members.dodo.com.au/~netocrat
>
>

-- 
Axel


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to