摘要: #!/bin/sh max_length=0 for table_name in `cat tables` do current_length=$(echo ${table_name}|wc -c) if [ ${current_length} -gt ${max_length} ] then ma 阅读全文
posted @ 2020-12-22 14:51 chenzechao 阅读(250) 评论(0) 推荐(0)