欢迎访问中恒天下,我们为您提供优质的产品和完善的售后服务,公司致力于:外贸网站建设,美国服务器,外贸空间,海外空间等服务!

linux读取问文本文件第一行写入hosts

发布日期:2012-09-08

#!/bin/bash
file=/www/web/open35zhcom/public_html/iplist.txt
ip=`awk 'NR==1' $file |awk '{print $1}'`
cat /dev/null >>/etc/hosts
cat >>/etc/hosts<<eof
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
$ip         oa2.35zh.com
eof

本篇文章“linux读取问文本文件第一行写入hosts”由厦门中恒编辑整理。
如需转载请注明来源:http://www.35zh.com/post/1083.html
文章评论