Thanx saleem and singh.
I was going through those links and its good.
But I am not able to find any solid examples for menu programs using curses.
I am trying to create a screen with menus. I have written a small sample program, its getting failed and I need to close my terminal since my...
Hi vlad/PH
Sorry I took a long time to check this program.
Well, my OS informations are
SunOS 5.6 Generic_105181-28 sun4u sparc SUNW,Ultra-Enterprise
It has both awk and nawk.
As you said(vlad), i tried using nawk, its working fine only after i removed the "$" symbol i.e instead of...
Hi everybody,
I am working on a solaris box using vt100 terminal. I didnt have xterm or any graphic supported terminals.
I need to write a small applications having a screen and some menu options. Based on the user selection on menus , it has to fetch some data from file/database and display...
Hi
I tried the given solution , which is
for i in 1 2 3
do
awk -v i=${i} '{print $i}' filename
done
,But its not wokring for me.
Then i tried like this,
for i in 1 2 3
do
awk '{ print i }' i=$i filename
done
, In this way its working for me. WHY?
thanx
baig.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.