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 gkittelson 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: *

  • Users: pzoli
  • Order by date
  1. pzoli

    hiding input

    I want to run the same script on Windows,VMS,Unix,Linux. sqlplus error handling is a little poor, So i have to write it in scripting language. I started to learn Awk, becouse it on each platform. Can i do it in awk? Can you offer me another scripting language. Thanks.
  2. pzoli

    hiding input

    I want to invoke sqlplus from awk and I have to get database and password in the awk script. BEGIN { printf "database:" getline database #So I want to read a password (hiding input) printf "password:" getline password }
  3. pzoli

    hiding input

    Can I get a variable with no echo, or echo password char(*) in awk? Thanks : Zoltán Patalenszki

Part and Inventory Search

Back
Top