####################################################################################### # mk_ssop_list - list all the IDs in the logan_sso_data file # J. David Schronce - Tue Nov 4 16:20:29 EST 2008 ####################################################################################### umask 000 grep RDID $GENDIR/ug81/logan_sso_data.xml \ | sed 's/\\\<\/RDID\>//g' \ | sed 's/ //g' \ | sed 's/ //g' \ | sort -u \ > ssop_list echo "Output in 'ssop_list'"