首页 > 代码库 > shell 去重

shell 去重

group=`cat config.properties  |
            grep -v "^$" |
                grep -v "^#" |
                    awk -F "." ‘!($1 in a){a[$1];print $1}‘`