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...
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'...
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...
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.