= Server Workstation Differences = There are two comps files in each directory, they have the same group information but differ some other way {{{ #!sh [thomas@soms002 comps]$ grep -A1 "" Workstation.xml |grep "" |cut -d'>' -f2 |cut -d "<" -f1 |sort >Workstation.groups [thomas@soms002 comps]$ grep -A1 "" Workstation2.xml |grep "" |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 }}}