您的位置: 首页 > IT文章 > linux下获取ip linux下获取ip 分类: IT文章 • 2023-11-21 17:22:48 ip=$(ifconfig |grep broadcast|awk 'NR<2 {print $2}') echo $ip ifconfig