X-Spam-Check-By: sourceware.org Message-ID: <4935913.post@talk.nabble.com> Date: Mon, 19 Jun 2006 05:50:37 -0700 (PDT) From: ydubost To: cygwin AT cygwin DOT com Subject: RE: Pb with bash script under cygwin In-Reply-To: <002901c69399$67131120$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: yann DOT dubost AT capgemini DOT com X-Nabble-From: ydubost References: <4934908 DOT post AT talk DOT nabble DOT com> <002901c69399$67131120$a501a8c0 AT CAM DOT ARTIMI DOT COM> 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 Thanks Dave for your answer. I tried ${Macommande} and $(${MaCommande}) and directly find . ${Extension} -exec rm {} \; -print but none of them worked, I then tried just a find . -name *._cn" -print that should have sent me back some results but did not! So thanks to you idea of executing bash -x, I looked at what's happening and the result is that the command executed is : find . -name '"*._SN"' -o -name '"*._sn"' -o -name '"*._lg"' -o -name '"*.LG"' -exec rm '{}' '\;' -print For a unknown reason cygwin bash when it executes my script put some simple quotes ' around my double quotes " and put some single quotes around {} and around \; Do you have an idea why ? Yann. -- View this message in context: http://www.nabble.com/Pb-with-bash-script-under-cygwin-t1810878.html#a4935913 Sent from the Cygwin Users forum at Nabble.com. -- 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/