X-Spam-Check-By: sourceware.org Message-ID: <45F11347.1060207@sh.cvut.cz> Date: Fri, 09 Mar 2007 08:56:55 +0100 From: Vaclav Haisman User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: bash command in cygwin References: <9389668 DOT post AT talk DOT nabble DOT com> In-Reply-To: <9389668.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 ovince wrote: > Hi, > > I managed to do everything in Cygwin that I was doing in Unix. This is the > first thing that does not want to work. It is a simple bash command > > for file in 'cat listBox1.txt'; do awk '{print $0}'; done I doubt this works anywhere. You are using simple apostrophes instead of `backticsk`. > > Could you tell me what I do wrong here? > > Thanks > oliver -- VH -- 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/