RE: bash command in cygwin

2007-03-09 Thread Buchbinder, Barry \(NIH/NIAID\) [E]
Vaclav Haisman wrote on Friday, March 09, 2007 2:57 AM: > ovince wrote: >> 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 dou

Re: [ANNOUNCEMENT] bash command in cygwin

2007-03-09 Thread ovince
mistake in syntax. thanks > > -- > 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/ &g

Re: bash command in cygwin

2007-03-08 Thread Vaclav Haisman
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 `b

bash command in cygwin

2007-03-08 Thread ovince
View this message in context: http://www.nabble.com/bash-command-in-cygwin-tf3374175.html#a9389668 Sent from the Cygwin Users mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen