use grep & awk to get ed2k links in the webpage

in cygwin

grep "href="ed2k" c.htm |awk -F '"' '{print $2}' >ed2k.txt

原文地址:https://www.cnblogs.com/mfrbuaa/p/4040085.html