######################################################### 
#  copylink.sh  findlink.sh 
#
#

findlink.sh
	find all linkfile and output STDOUT.

copylink.sh
	replace linkfile.

#========================================================
step1:
	cd /linux.2.6.20
	findlink.sh > link.txt		#save linkfile list in file.

step2:
	vi link.txt					#edit linkfile list. del unreplace.

step3:
	copylink.sh link.txt		#

