[CentOS] #!/bin/csh -v not work on CENTOS 5.5

Thu Jan 27 19:40:52 UTC 2011
David G. Miller <dave at davenjudy.org>

Cameron Kerr <cameron at ...> writes:

> 
> 
> On 27/01/2011, at 7:27 AM, David G. Miller wrote:
> 
> > chmod -R g+rx,o+rx Nelson/
> > 
> > cd
> 
> What is the result of 'cd' (a shell-internal command) in this version of tcsh?
> It is the same as in sh?

As expected, cd with no directory is the same as cd ~/

Cheers,
Dave