X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,MSGID_FROM_MTA_HEADER,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Message-ID: Date: Thu, 19 Jul 2012 18:53:35 +0200 From: Aaron Schneider User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: length in gawk returns wrong value References: <20120719092024 DOT GA31055 AT calimero DOT vinschen DOT de> <20120719113927 DOT GH31055 AT calimero DOT vinschen DOT de> <20120719145544 DOT GL31055 AT calimero DOT vinschen DOT de> <50083976 DOT 8020804 AT hones DOT org DOT uk> In-Reply-To: <50083976.8020804@hones.org.uk> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 19/07/2012 18:44, Cliff Hones wrote: > On 19/07/2012 17:16, Aaron Schneider wrote: > >> Looking at /etc/profile.d/lang.csh >> if ( $?LC_ALL == 0 && $?LC_CTYPE == 0 && $?LANG == 0 ) setenv LANG `/usr/bin/locale -uU` >> >> I wonder why in my system the setenv command does not exist: >> $ setenv >> -bash: setenv: command not found >> >> and why the if structure is not followed >> if (test for true) then command ; fi >> >> On the other side, /etc/profile.d/lang.sh seems to be ok. > > I think you'll find the clue is the ".csh" extension. That syntax is > for the C-shell, not bash. > > -- Cliff > I can't find such csh or cshell on my system, I've searched from packages and I only see scsh, slsh, posh, mosh, tcsh, zsh, mksh that I don't have installed in my system any of them, unless csh comes with the system. How do I run the csh? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple