bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] I have a problem with gawk and "for in do done" loop


From: Nguyen Ngoc Anh
Subject: [bug-gawk] I have a problem with gawk and "for in do done" loop
Date: Thu, 27 Sep 2012 02:35:30 +0700

I am new to using gawk in my job. I want to use "for in do done" loop and i have the following scripts:

for fn in a b d e f
do
 echo $fn
done

this code is not working ( I am using Windows 7), and I really want use it in my job. Can you help me ?
Thanhs,


--

  


reply via email to

[Prev in Thread] Current Thread [Next in Thread]