原创内容,转载请注明出处: https://www.myzhenai.com.cn/post/2482.html https://www.myzhenai.com/thread-17981-1-1.html
关键词: Linux Shell 数组 循环 输出数组
这个文章的知识点是理解如何将一个文本里的所有内容逐行添加到一个数组中, 然后再循环把这个数组的每一项项目和元素输出到另一个文本中, 这方法可以用于我们提取一个文本文件中的一些内容.
# !/bin/bash . /etc/profile function vpnbook() { curl -s -o vpnbook.html https://www.vpnbook.com/ x=`cat vpnbook.html | grep -A 24 'Free PPTP VPN Account' | sed '/Free PPTP VPN Account/d' | sed 's/
" >> vpn.log rm -rf vpnbook.html } vpnbook
sicnature ---------------------------------------------------------------------
I P 地 址: 18.188.231.128
区 域 位 置: 美国俄亥俄
系 统 信 息:
Original content, please indicate the source:
同福客栈论坛 | 蟒蛇科普 | 海南乡情论坛 | JiaYu Blog
sicnature ---------------------------------------------------------------------
Welcome to reprint. Please indicate the source https://myzhenai.com.cn/post/2482.html
没有评论