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

2011-01-27 Thread David G . Miller
Cameron Kerr 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 ~/ Chee

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

2011-01-26 Thread Cameron Kerr
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? > The history is listed for some reason after the script (in the above example > starting with the chmo

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

2011-01-26 Thread David G . Miller
mcclnx mcc writes: > > We have several "csh" batch scripts using "#!/bin/csh -v". It work fine, before Centos 5.5. After cenos > 5.5, it will NOT execute and only list history. > > Anyone know why? > > Thanks. > Actually, the script is executed: [dave@fraud ~/bin]# ./ctest.csh echo "this

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

2011-01-25 Thread m . roth
mcclnx mcc wrote: > We have several "csh" batch scripts using "#!/bin/csh -v". It work fine, > before Centos 5.5. After cenos 5.5, it will NOT execute and only list > history. > > Anyone know why? Check the tsch logs. Try some tests - I forget what we used here, but they broke tcsh's globbing ab

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

2011-01-25 Thread Cameron Kerr
On 26/01/11 08:48, mcclnx mcc wrote: > We have several "csh" batch scripts using "#!/bin/csh -v". It work fine, > before Centos 5.5. After cenos 5.5, it will NOT execute and only list > history. Any particular error message that is generated? ___ Cen