X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=YhdiyVyeIwEVN+6S TO5PDxnI6vuURCgMSqpBiDzp8HyIKS7ucrV2bLhPEaqNNXUm8pRFS+STBxO6e2CX fRfqu70YPUKD54Z1Xp2/usj61pYums+c9gOYRwxL4nSofHAfn2Mstu61cZRQBK9C D0J9ggLHI0tMBPElUlN9leiL2Ho= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=DkFMR7fBybbMRTY6kcAWNY 8HeyA=; b=TQlxvtBnI8y6l4W+ZCJwao8+zgIXpG8pO5bM8P9JkkwhbRLnUxvTxT bCGVJDzwPrCg5+ih5aoioAglJOTq2khyttV+XtIC8muvnDSwAX1Oi14h8L6A00Jo dWKRemafkVgvabMUeWypt71CIc+0fiKGKHcjcc7L6sN2OW+f2zOLA= 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=4.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtpback.ht-systems.ru Date: Thu, 6 Feb 2014 02:07:38 +0400 From: Andrey Repin Reply-To: Andrey Repin Message-ID: <709102296.20140206020738@mtu-net.ru> To: Warren Young , cygwin AT cygwin DOT com Subject: Re: Newbie Questions In-Reply-To: <52F2AD84.1050008@etr-usa.com> References: <1898639722 DOT 6893470 DOT 1391541591920 DOT JavaMail DOT root AT ptd DOT net> <52F153AE DOT 5080704 AT gmail DOT com> <52F28215 DOT 5030801 AT ptd DOT net> <52F28330 DOT 6060101 AT cygwin DOT com> <52F2AA5D DOT 4000000 AT etr-usa DOT com> <52F2AD84 DOT 1050008 AT etr-usa DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, Warren Young! > On 2/5/2014 14:17, Warren Young wrote: >> >> I'd bet there are more Bourne shell scripts in the world with no >> extension at all than .sh. > ....That said, if you're wanting to be able to double-click on a shell > script icon in Windows and associate that with Cygwin's bash.exe, you > *will* need to pick a file name extension, since that's how Windows > determines what's in a file. Not necessarily. Especially not, when using ShellExecute(Ex)?... > .sh is indeed the standard choice when you must use a file extension for > a Bourne shell script, for whatever reason. > These two features can interact in odd ways. > Say you have a Perl script, which you have misleadingly named foo.sh. > From a bash shell, you type: > $ ./foo.sh > The Perl script will run as intended, despite the name. > But if you associate .sh with bash.exe, then double-click that script > from Windows Explorer, it won't work right, since bash.exe will try to > run it as a shell script. Have you actually tried that? Try it, you'll be surprised. > Perl isn't close enough in syntax to Bourne shell for this to work for > anything but trivial (or very tricky!) scripts. > What you've done here is substitute Windows Explorer for exec(), so you > don't get the shebang handling built into exec(). Try it yourself... you'll be surprised. -- WBR, Andrey Repin (anrdaemon AT yandex DOT ru) 06.02.2014, <02:02> Sorry for my terrible english... -- 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