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 bkrike 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: btriggs127
  • Content: Threads
  • Order by date
  1. btriggs127

    Combining Field from File1 to contents of File2 to form File3

    I am building a new file from 2 others. File1 has 8 lines, 1 Line needs the 11th and 15th field changed. That part I have. But now bring in File2, a list with 3 columns. File2.column1 needs to go into the 11th field, and File2.column2 will become the name of File3. I use C, Perl, AWK, and...
  2. btriggs127

    Runtime error 3426

    I need some assistance in debugging this app I created in a student verision of VB6. The app has a command button that needs to search an Access database for records by 1 of 3 text fields that the user puts the search critia in. At this point the only thing I get when I click on the find command...
  3. btriggs127

    A script to change root passwords

    I work in an HP and IRIX environment and need to change the root passwords on the workstations. Can this be done with an AWK Script? For security reasons we do not use a .rhost file or a host.equiv file. But is it still possible?
  4. btriggs127

    Need to output to a file and STDOUT

    I think the subject says it all. I have a script that runs a few commands and in the end the AWK script needs a date to go back to in this format YYYY-MM-DD, that has been taken care of thanks to other posts here. The log file then prints out the lines that are >= to the date. That is where I...

Part and Inventory Search

Back
Top