This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bash command in cygwin


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]