Version 1 (modified by uphill, 14 years ago) (diff) |
---|
Server Workstation Differences
There are two comps files in each directory, they have the same group information but differ some other way
[thomas@soms002 comps]$ grep -A1 "<group>" Workstation.xml |grep "<id>" |cut -d'>' -f2 |cut -d "<" -f1 |sort >Workstation.groups [thomas@soms002 comps]$ grep -A1 "<group>" Workstation2.xml |grep "<id>" |cut -d'>' -f2 |cut -d "<" -f1 |sort >Workstation2.groups [thomas@soms002 comps]$ diff Workstation.groups Workstation2.groups [thomas@soms002 comps]$ ls -l Workstation*groups -rw-rw-r--. 1 thomas thomas 3150 Aug 30 09:50 Workstation2.groups -rw-rw-r--. 1 thomas thomas 3150 Aug 30 09:50 Workstation.groups
Attachments (2)
-
Server.missing
(3.3 KB) -
added by uphill 14 years ago.
packages missing from Server2.xml
-
Workstation.missing
(57 bytes) -
added by uphill 14 years ago.
packages missing from Workstation2.xml
Download all attachments as: .zip