Difference between revisions of "User:Fredness"
From Scalix Wiki
(No difference)
|
Revision as of 01:20, 30 March 2006
SCALIX rocks!
Favorite om command sequence ...
- omshowpdl -l all | awk -F"/" '{ print "echo "$1"/"$2":; omshowpdln -l \""$1"/"$2"\" 2> /dev/null; EXIT_CODE=$?; if [ $EXIT_CODE -ne 0 ]; then echo \"[ empty or non-unique list name ]\"; fi; echo " }' | sh
Second favorite om command sequence ...
- omshowu -m all | awk -F"/" '{ print "ommapiperms -u \""$1"/"$2"\" | grep -A 10 DES | grep \"No\" > /dev/null; EXIT_CODE=$?; if [ $EXIT_CODE -ne 0 ]; then echo "$1"/"$2":; ommapiperms -u \""$1"/"$2"\" | grep -A 10 DES; echo; fi;" }' | sh