unix command

2011-09-01 Thread Sunil M. Dogra
Hi, sorry but could some one tell me what this command will do @ variable = ${variable} + 1 With Best Regards sunil

Re: unix command

2011-09-01 Thread Bluejay Adametz
sorry but could some one tell me what this command will do @ variable = ${variable} + 1 Increment (add 1 to) the value in variable. If you're using csh. - Bluejay Adametz Definition: Retrocarbonic n. Any drink machine that dispenses

Re: unix command

2011-09-01 Thread Sunil M. Dogra
Thank you But what @ is doing here??? Regards sunil On Thu, Sep 1, 2011 at 6:14 PM, Bluejay Adametz blue...@fujifilm.comwrote: sorry but could some one tell me what this command will do @ variable = ${variable} + 1 Increment (add 1 to) the value in variable. If you're using csh.

Re: unix command

2011-09-01 Thread Bluejay Adametz
But what @  is doing here??? It makes it work. From the man page: The ‘@’ command permits numeric calcu- lations to be performed and the result assigned to a variable. Take a look at: man csh for more detail. - Bluejay Adametz When

Re: Farewell from Troy

2011-09-01 Thread Morten Stevens
On Wed, 24 Aug 2011 13:40:01 -0500, Troy Dawson wrote: Hi, I have loved all the years that I have been a developer and architect for Scientific Linux, but it is time for me to move on. I have accepted a job offer from Red Hat to work on their new openshift project. (

MozNSS crash in apache?

2011-09-01 Thread Christopher Tooley
Hello, I am attempting to connect to an LDAPS server from php in apache, and I can't get it to work. Here is some information: [root@system html]# cat /etc/redhat-release Scientific Linux release 6.1 (Carbon) When I run the file in the CLI, I get a successful bind and connection to the ldap

Re: MozNSS crash in apache?

2011-09-01 Thread Bluejay Adametz
When I run the file in the CLI, I get a successful bind and connection to the ldap server - it works as expected. However, when I load the EXACT same code in a browser through apache, I get a cannot bind error.  Here is some output I get, when I set ldap_set_option(NULL,

Re: MozNSS crash in apache?

2011-09-01 Thread Christopher Tooley
On 2011-09-01, at 5:29 PM, Bluejay Adametz wrote: When I run the file in the CLI, I get a successful bind and connection to the ldap server - it works as expected. However, when I load the EXACT same code in a browser through apache, I get a cannot bind error. Here is some output I get,