摘要: 此代码是用来回忆当初学的shell脚本,很多知识忘了,写这个花了我三个小时的时间#!/bin/ksh#count *.c file the num of lineg_csum=0g_hsum=0count(){# echo "$1,count_line" file_name... 阅读全文