Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GouseBaig

    Curses Programming

    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...
  2. GouseBaig

    awk

    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...
  3. GouseBaig

    Curses Programming

    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...
  4. GouseBaig

    awk

    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.

Part and Inventory Search

Back
Top