X-Spam-Check-By: sourceware.org Message-ID: Date: Mon, 30 Oct 2006 15:24:42 -0400 From: "Robert McKay" To: cygwin AT cygwin DOT com Subject: Re: sh files In-Reply-To: <7080971.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7064712 DOT post AT talk DOT nabble DOT com> <45451BB0 DOT 5070201 AT byu DOT net> <7080971 DOT post AT talk DOT nabble DOT com> X-Google-Sender-Auth: bacd8953b3a172c8 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 10/30/06, dubcek wrote: > > Thanks Eric. Unfortunately, your remedy did not work. As I mentioned in my > original mail, all my .sh files were made under unix. But I tried d2u anyway > (you never know), but I got the same result. > > Here is an example of one of my unsophisticated .sh files; it was intended > to clean up after a latex session: > rm *.div *.aux *.log > > when I run the clean.sh (this was the name I gave to it), I get the 'command > not found' error reply. Perhaps a silly question, but is clean.sh in your PATH? Try running ./clean.sh (assuming it's in your current directory) instead. Robert. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/