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

    Intersection of values

    awk ' FNR==1 { FileCount++ } { rpm[$0]++ } END { for (r in rpm) if (rpm[r] == FileCount) print r } ' file_*.txt Can anyone explain this awk script to me. I have a directory of files, each file contains the rpms that are installed on a specific machine in the cluster. When I run this script...
  2. rammalamma

    broken reference to the file 'MSOWC.DLL' version 1.0.

    I use Access 2000 and Access 2003 over a network. The Access 2000 can use the db program with no errors, the 2003 install can't. I get two errors. I'll start with the first. Your Microsoft Office Access database or project contains a missing or broken reference to the file 'MSOWC.DLL'...
  3. rammalamma

    Block one IP address

    here is the setup: Small office setup, 4 PC's and a win 2k server on a domain connecting through a router to the internet. I am adding a pc that is not going to be part of the domain. As an added security measure I would like to block that pc from the win2k server. In linux I could do a...

Part and Inventory Search

Back
Top