# cat well
#!/bin/bash
while read /share/c/md5
do
cat $i|sed 's/00[0-9][0-9][0-9]//' >>ok
done
刚才用这个文件试了。怎么按cttl+c推出发现成功?
# cat tmp
00001 // MD5.CC - source code for the C++/object oriented translation and
00002 // modification of MD5.
00003
00004 // Translation and modification (c) 1995 by Mordechai T. Abzug
00005
00006 // This translation/ modification is provided "as is," without express or
00007 // implied warranty of any kind.