分类: IT业界
2012-01-04 20:55:11
LivePUB2012-01-04 20:56:51
这次改进是一个栈点的数据一次ftp传完,引用文件:
[root@KABPFS01 /usr/ivoscripts/file_eda]# more while.txt
station=`cat /usr/ivoscripts/file_eda/sta.txt |awk '{ print $1 }'`
location=`cat /usr/ivoscripts/file_eda/sta.txt |awk '{ print $2 }'`
disk=`cat /usr/ivoscripts/file_eda/sta.txt |awk '{ print $3 }'`
datadir=`awk '{ if (NR==1)print}' /usr/ivoscripts/file_eda/date.txt
脚本会生成第二个脚本station.sh,然后运行station.sh进行ftp动作。